PHP Class Mage2\FreeShipping\Module

Inheritance: extends Mage2\Framework\Support\BaseModule
Show file Open project: mage2/laravel-ecommerce

Public Methods

Method Description
boot ( ) : void Bootstrap any application services.
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerAdminMenu ( )
registerModule ( )

Protected Methods

Method Description
registerShippingOption ( ) : void Define the "web" routes for the application.
registerViewPath ( )

Method Details

boot() public method

Bootstrap any application services.
public boot ( ) : void
return void

getIdentifier() public method

public getIdentifier ( )

getName() public method

public getName ( )

register() public method

Register any application services.
public register ( ) : void
return void

registerAdminMenu() public method

public registerAdminMenu ( )

registerModule() public method

public registerModule ( )

registerShippingOption() protected method

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

registerViewPath() protected method

protected registerViewPath ( )