Elgg  Version 5.1
Variables
admin_notice.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 A persistent admin notice to be displayed on all admin pages until cleared. More...
 
 $delete
 

Variable Documentation

$delete
Initial value:
= elgg_view('output/url', [
'href' => elgg_generate_action_url('entity/delete', ['guid' => $entity->guid]),
'text' => false,
'title' => elgg_echo('delete'),
'icon' => 'delete',
'class' => 'elgg-admin-notice-dismiss',
])
elgg_generate_action_url(string $action, array $query=[], bool $add_csrf_tokens=true)
Generate an action URL.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:177
$entity
A persistent admin notice to be displayed on all admin pages until cleared.
Definition: admin_notice.php:6

Definition at line 13 of file admin_notice.php.

$entity = elgg_extract('entity', $vars)

A persistent admin notice to be displayed on all admin pages until cleared.

Definition at line 6 of file admin_notice.php.