Documentation

UserServiceProvider
in package
implements ServiceProviderInterface

Service provider for the User module.

Registers repositories, services, facade, controller, and API handler for the User module.

Tags
since
3.0.0

Table of Contents

Interfaces

ServiceProviderInterface
Interface for service providers that register services in the container.

Methods

boot()  : void
Bootstrap any application services.
register()  : void
Register services in the container.
registerAuthServices()  : void
Register authentication services.
registerGoogleServices()  : void
Register Google OAuth services.
registerMicrosoftServices()  : void
Register Microsoft OAuth services.
registerRepositories()  : void
Register repository bindings.
registerServices()  : void
Register application services.
registerWordPressServices()  : void
Register WordPress integration services.

Methods

registerMicrosoftServices()

Register Microsoft OAuth services.

private registerMicrosoftServices(Container $container) : void
Parameters
$container : Container

The DI container

registerWordPressServices()

Register WordPress integration services.

private registerWordPressServices(Container $container) : void
Parameters
$container : Container

The DI container


        
On this page

Search results