Elgg
Version 6.1
|
Serializable collection of data used to boot Elgg. More...
Public Member Functions | |
populate (EntityTable $entities, Plugins $plugins, bool $installed) | |
Populate the boot data. More... | |
getSite () | |
Get the site entity. More... | |
getActivePlugins () | |
Get active plugins. More... | |
getPluginMetadata () | |
Get plugin metadata. More... | |
Serializable collection of data used to boot Elgg.
Definition at line 15 of file BootData.php.
Elgg\BootData::getActivePlugins | ( | ) |
Elgg\BootData::getPluginMetadata | ( | ) |
Elgg\BootData::getSite | ( | ) |
Get the site entity.
Definition at line 59 of file BootData.php.
Elgg\BootData::populate | ( | EntityTable | $entities, |
Plugins | $plugins, | ||
bool | $installed | ||
) |
Populate the boot data.
EntityTable | $entities | Entities service |
Plugins | $plugins | Plugins service |
bool | $installed | Is the site installed? |
InstallationException |
Definition at line 39 of file BootData.php.