Elgg
Version 6.1
|
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... | |
Register menu items to the bulk actions for users.
Definition at line 15 of file AdminUsersBulk.php.
|
static |
Disable all items which have a href.
\Elgg\Event | $event | 'prepare', 'menu:admin:users:bulk' |
Definition at line 84 of file AdminUsersBulk.php.
|
static |
Add the bulk actions.
\Elgg\Event | $event | 'register' 'menu:admin:users:bulk' |
Definition at line 24 of file AdminUsersBulk.php.