PHP Interface Inpsyde\MultilingualPress\Module\ActivationAwareModuleServiceProvider

Since: 3.0.0
Inheritance: extends Inpsyde\MultilingualPress\Module\ModuleServiceProvider
Datei anzeigen Open project: inpsyde/multilingual-press

Public Methods

Method Description
activate ( ) : boolean Executes the callback to be used in case this service provider's module is active.

Method Details

activate() public method

Executes the callback to be used in case this service provider's module is active.
Since: 3.0.0
public activate ( ) : boolean
return boolean Whether or not the callback was executed.