Elgg  Version 4.3
Static Public Member Functions | List of all members
Elgg\Menus\AdminUsersBulk Class Reference

Register menu items to the bulk actions for users. More...

Static Public Member Functions

static registerActions (\Elgg\Hook $hook)
 Add the bulk actions. More...
 
static disableItems (\Elgg\Hook $hook)
 Disable all items which have a href. More...
 

Detailed Description

Register menu items to the bulk actions for users.

Since
4.2

Definition at line 15 of file AdminUsersBulk.php.

Member Function Documentation

static Elgg\Menus\AdminUsersBulk::disableItems ( \Elgg\Hook  $hook)
static

Disable all items which have a href.

Parameters
\Elgg\Hook$hook'prepare', 'menu:admin:users:bulk'
Returns
PreparedMenu|null

Definition at line 84 of file AdminUsersBulk.php.

static Elgg\Menus\AdminUsersBulk::registerActions ( \Elgg\Hook  $hook)
static

Add the bulk actions.

Parameters
\Elgg\Hook$hook'register' 'menu:admin:users:bulk'
Returns
void|MenuItems

Definition at line 24 of file AdminUsersBulk.php.


The documentation for this class was generated from the following file: