Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$query = get_input('q') | |
$getter = $query ? 'elgg_search' : 'elgg_get_entities' | |
$default_options | |
$options = (array) elgg_extract('options', $vars, []) | |
$users | |
if(empty($users)) | $default_menu_vars |
if(empty($users)) | $menu_vars = (array) elgg_extract('menu_vars', $vars, []) |
if (empty($users)) $default_menu_vars |
Definition at line 66 of file bulk_actions.php.
$default_options |
Definition at line 18 of file bulk_actions.php.
$getter = $query ? 'elgg_search' : 'elgg_get_entities' |
Definition at line 15 of file bulk_actions.php.
$menu_vars = (array) elgg_extract('menu_vars', $vars, []) |
Definition at line 76 of file bulk_actions.php.
$options = (array) elgg_extract('options', $vars, []) |
Definition at line 51 of file bulk_actions.php.
$query = get_input('q') |
Definition at line 14 of file bulk_actions.php.
$users |
Definition at line 54 of file bulk_actions.php.