Elgg  Version 5.1
Static Public Member Functions | List of all members
Elgg\Menus\Login Class Reference

Register menu items to the login menu. More...

Static Public Member Functions

static registerRegistration (\Elgg\Event $event)
 Add the registration menu item. More...
 
static registerResetPassword (\Elgg\Event $event)
 Add the forgotten password menu item. More...
 

Detailed Description

Register menu items to the login menu.

Since
4.0

Definition at line 13 of file Login.php.

Member Function Documentation

static Elgg\Menus\Login::registerRegistration ( \Elgg\Event  $event)
static

Add the registration menu item.

Parameters
\Elgg\Event$event'register', 'menu:login'
Returns
void|MenuItems

Definition at line 22 of file Login.php.

static Elgg\Menus\Login::registerResetPassword ( \Elgg\Event  $event)
static

Add the forgotten password menu item.

Parameters
\Elgg\Event$event'register', 'menu:login'
Returns
void|MenuItems

Definition at line 48 of file Login.php.


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