46 'filter_id' =>
'notifications',
47 'filter_value' =>
'mute',
48 'show_owner_block_menu' =>
false,
$entity_guid
Handle muting notifications about an entity.
Thrown when entity can not be found.
const ELGG_IGNORE_ACCESS
elgg_call() flags
elgg()
Bootstrapping and helper procedural code available for use in Elgg core and plugins.
elgg_call(int $flags, Closure $closure)
Calls a callable autowiring the arguments using public DI services and applying logic based on flags.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
get_user(int $guid)
Elgg users Functions to manage multiple or single users in an Elgg install.
get_entity(int $guid)
Loads and returns an entity object from a guid.
elgg_entity_exists(int $guid)
Does an entity exist?
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_view_form(string $action, array $form_vars=[], array $body_vars=[])
elgg_view_page(string $title, string|array $body, string $page_shell='default', array $vars=[])
Assembles and outputs a full page.
elgg_set_page_owner_guid(int $guid)
Set the guid of the entity that owns this page.