PHP Class Mage2\Paypal\Module

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

Public Methods

Method Description
boot ( ) protected $defer = true;
getIdentifier ( )
getName ( )
register ( ) : void Register any application services.
registerAdminConfiguration ( )
registerModule ( )

Protected Methods

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

Method Details

boot() public method

protected $defer = true;
public boot ( )

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 any application services.
public register ( ) : void
return void

registerAdminConfiguration() public method

registerModule() public method

public registerModule ( )

registerPaymentMethod() protected method

protected registerPaymentMethod ( )

registerViewPath() protected method

protected registerViewPath ( )