113 $seeds = $hook->getValue();
137 $events->registerHandler(
'init',
'system',
'_elgg_db_init');
_elgg_db_test($hook, $type, $value)
Runs unit tests for the database.
$params
Saves global plugin settings.
elgg_disable_query_cache()
Disable the MySQL query cache.
elgg_register_plugin_hook_handler($hook, $type, $callback, $priority=500)
Base class for events and hooks.
elgg_enable_query_cache()
Enable the MySQL query cache.
execute_delayed_write_query($query, $callback=null, array $params=[])
Queue a query for running during shutdown that writes to the database.
_elgg_db_register_seeds(\Elgg\Hook $hook)
Register database seeds.
_elgg_db_init()
Registers shutdown functions for database profiling and delayed queries.
run_sql_script($scriptlocation)
Runs a full database script from disk.
_elgg_services()
Get the global service provider.
execute_delayed_read_query($query, $callback=null, array $params=[])
Queue a query for running during shutdown that reads from the database.