Since: 4.0.0

class WebAssetRegistry implements ServiceProviderInterface

Service provider for the application's WebAsset dependency

Methods

void
register(Container $container)

Registers the service provider with a DI container.

Details

void register(Container $container)

Since: 4.0.0

Registers the service provider with a DI container.

Parameters

Container $container

The DI container.

Return Value

void