Elgg
Version 4.3
|
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... | |
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\Hook | $hook | 'prepare', 'menu:admin:users:bulk' |
Definition at line 84 of file AdminUsersBulk.php.
|
static |
Add the bulk actions.
\Elgg\Hook | $hook | 'register' 'menu:admin:users:bulk' |
Definition at line 24 of file AdminUsersBulk.php.