$plugin_id
Remove all user and plugin settings from the give plugin ID.
const ELGG_CACHE_BLACK_HOLE
Bundle all functions which have been deprecated in Elgg 6.1.
elgg_reset_system_cache()
Reset the system cache by deleting the caches.
elgg_plugin_exists(string $plugin_id)
Returns if a plugin exists in the system.
elgg_is_simplecache_enabled()
Is simple cache enabled.
elgg_disable_system_cache()
Disables the system disk cache.
const ELGG_CACHE_PERSISTENT
elgg_enable_simplecache()
Enables the simple cache.
elgg_disable_simplecache()
Disables the simple cache.
const ELGG_CACHE_FILESYSTEM
const ELGG_CACHE_LOCALFILESYSTEM
elgg_get_system_cache()
Returns an \Elgg\Cache\BaseCache object suitable for caching system information.
elgg_is_system_cache_enabled()
Is system cache enabled.
elgg_enable_system_cache()
Enables the system disk cache.
elgg_deprecated_notice(string $msg, string $dep_version)
Log a notice about deprecated use of a function, view, etc.
_elgg_services()
Get the global service provider.