24 $this->cache =
new CompositeCache(
'metadata_cache', $this->config, $flags);
55 return $cached_values;
61 foreach (
$data as $row) {
62 $values[$row->entity_guid][] = $row;
73 return $cached_values;
$guid
Reset an ElggUpgrade.
$guids
Activates all specified installed and inactive plugins.
if(! $entity instanceof \ElggUser) $data
Functions for use as event handlers or other situations where you need a globally accessible callable...
$config
Advanced site settings, debugging section.
_elgg_services()
Get the global service provider.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.