Elgg
Version 4.3
|
Serializable collection of data used to boot Elgg. More...
Public Member Functions | |
populate (Config $config, Database $db, EntityTable $entities, Plugins $plugins, $installed) | |
Populate the boot data. More... | |
getSite () | |
Get the site entity. More... | |
getActivePlugins () | |
Get active plugins. More... | |
getPluginSettings () | |
Get the plugin settings (may not include all active plugins) More... | |
getPluginMetadata () | |
Get plugin metadata. More... | |
Serializable collection of data used to boot Elgg.
Definition at line 16 of file BootData.php.
Elgg\BootData::getActivePlugins | ( | ) |
Elgg\BootData::getPluginMetadata | ( | ) |
Elgg\BootData::getPluginSettings | ( | ) |
Get the plugin settings (may not include all active plugins)
Definition at line 135 of file BootData.php.
Elgg\BootData::getSite | ( | ) |
Get the site entity.
Definition at line 117 of file BootData.php.
Elgg\BootData::populate | ( | Config | $config, |
Database | $db, | ||
EntityTable | $entities, | ||
Plugins | $plugins, | ||
$installed | |||
) |