45 'filter_id' =>
'notifications',
46 'filter_value' =>
'mute',
47 'show_owner_block_menu' =>
false,
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags...
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
elgg_entity_gatekeeper(int $guid, string $type=null, string $subtype=null, bool $validate_can_edit=false)
Can the viewer see this entity?
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_set_page_owner_guid(int $guid)
Set the guid of the entity that owns this page.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
$entity_guid
Handle muting notifications about an entity.
elgg_entity_exists(int $guid)
Does an entity exist?
const ELGG_IGNORE_ACCESS
elgg_call() flags
get_entity(int $guid)
Loads and returns an entity object from a guid.
elgg_view_page(string $title, string|array $body, string $page_shell= 'default', array $vars=[])
Assembles and outputs a full page.
get_user(int $guid)
Elgg users Functions to manage multiple or single users in an Elgg install.
Aggregate action for saving settings.
Thrown when entity can not be found.