PHP Class App\Providers\ThemeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( )
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerBlankTheme ( ) : void registerBlankTheme
registerInterceptForThemePreview ( ) : void registerInterceptForThemePreview

Private Methods

Méthode Description
registerMobileResolver ( )
registerThemeListUIObject ( )
setThemeHandlerForTheme ( )

Method Details

boot() public méthode

public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

registerBlankTheme() protected méthode

registerBlankTheme
protected registerBlankTheme ( ) : void
Résultat void

registerInterceptForThemePreview() protected méthode

registerInterceptForThemePreview
protected registerInterceptForThemePreview ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean