Property | Type | Description | |
---|---|---|---|
$defer | boolean | Indicates if loading of the provider is deferred. |
Method | Description | |
---|---|---|
provides ( ) : array | Get the services provided by the provider. | |
register ( ) : void | Register the service provider. | |
registerDecorator ( ) : void | Register the decorator. If you want to extend the decorator you would basically copy what this method does in start/global.php or your own service provider. | |
registerFactory ( ) : void | Copied from the view service provider. |
public registerDecorator ( ) : void | ||
return | void |
public registerFactory ( ) : void | ||
return | void |
protected bool $defer | ||
return | boolean |