Elgg  Version 5.1
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\Event $event)
 Add the bulk actions. More...
 
static disableItems (\Elgg\Event $event)
 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\Event  $event)
static

Disable all items which have a href.

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

Definition at line 84 of file AdminUsersBulk.php.

static Elgg\Menus\AdminUsersBulk::registerActions ( \Elgg\Event  $event)
static

Add the bulk actions.

Parameters
\Elgg\Event$event'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: