16 'href' =>
"action/admin/delete_admin_notice?guid={$entity->guid}",
19 'class' =>
'elgg-admin-notice-dismiss float-alt',
elgg_instanceof($entity, $type=null, $subtype=null)
Checks if $entity is an and optionally for type and subtype.
elgg_require_js($name)
Request that Elgg load an AMD module onto the page.
elgg_view_message($type, $body, array $vars=[])
Wrapper function for the message display pattern.
elgg echo
Translates a string.
elgg_extract($key, $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view_icon($name, $vars=[])
View an icon glyph.
$entity
A persistent admin notice to be displayed on all admin pages until cleared.
elgg_view($view, $vars=[], $viewtype= '')
Return a parsed view.