phpDocumentor

AdminServiceProviderRegistration implements Bootstrapper

Class AdminServiceProviderRegistration

Interfaces, Classes and Traits

Bootstrapper
Interface Bootstrapper

Table of Contents

CACHE_KEY  = 'admin_service_provider_registration'
CACHE_NAMESPACE  = 'application'
CORE_SERVICE_PROVIDERS  = [GambioAdminLayoutFavoritesFavoritesServiceProvider::class, GambioAdminLayoutRendererAdminRendererServiceProvider::class, GambioAdminLayoutMenuAdminMenuServiceProvider::class, GambioAdminApplicationHttpAdminHttpServiceProvider::class, GambioAdminApplicationErrorHandlingAdminErrorServiceProvider::class]
boot()  : void
Application bootstrapping.
getCacheFactory()  : CacheFactory
getEnvironment()  : Environment
getServiceProviderLoader()  : ServiceProviderLoader
Returns a service provider loader instance.
registerCoreServiceProvider()  : void
Registers all the core admin service providers.
registerServiceProviders()  : void
Tries to register service providers by using the provided list.

Constants

CORE_SERVICE_PROVIDERS

private mixed CORE_SERVICE_PROVIDERS = [GambioAdminLayoutFavoritesFavoritesServiceProvider::class, GambioAdminLayoutRendererAdminRendererServiceProvider::class, GambioAdminLayoutMenuAdminMenuServiceProvider::class, GambioAdminApplicationHttpAdminHttpServiceProvider::class, GambioAdminApplicationErrorHandlingAdminErrorServiceProvider::class]

Methods

registerServiceProviders()

Tries to register service providers by using the provided list.

private registerServiceProviders(array<string|int, mixed> $serviceProviders, Application $application) : void

This method silently continues if anything fails on the registration process.

Parameters
$serviceProviders : array<string|int, mixed>
$application : Application
Return values
void

Search results