PHP Class Mage2\Wishlist\Module

Inheritance: extends Mage2\Framework\Support\BaseModule
Datei anzeigen Open project: mage2/laravel-ecommerce

Public Methods

Method Description
boot ( ) : void Bootstrap Mage2 Wishlist module services.
getIdentifier ( )
getName ( )
register ( ) : void Register Mage2 Wishlist module services.
registerModule ( )

Protected Methods

Method Description
mapWebRoutes ( ) : void Define the "web" routes for the mage2 wishlist modules.
registerViewPath ( ) : void Define the view path for the mage2 wishlist modules.

Method Details

boot() public method

Bootstrap Mage2 Wishlist module services.
public boot ( ) : void
return void

getIdentifier() public method

public getIdentifier ( )

getName() public method

public getName ( )

mapWebRoutes() protected method

These routes all receive session state, CSRF protection, etc.
protected mapWebRoutes ( ) : void
return void

register() public method

Register Mage2 Wishlist module services.
public register ( ) : void
return void

registerModule() public method

public registerModule ( )

registerViewPath() protected method

These routes all receive session state, CSRF protection, etc.
protected registerViewPath ( ) : void
return void