ServiceModifierInterface::alter

public ServiceModifierInterface::alter(ContainerBuilder $container)

Modifies existing service definitions.

Parameters

ContainerBuilder $container: The ContainerBuilder whose service definitions can be altered.

File

core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php, line 18

Class

ServiceModifierInterface
Interface that service providers can implement to modify services.

Namespace

Drupal\Core\DependencyInjection

Code

public function alter(ContainerBuilder $container);
doc_Drupal
2016-10-29 09:41:55
Comments
Leave a Comment

Please login to continue.