Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

ServiceProviderBase.php

Namespace

Drupal\Core\DependencyInjection

File

core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php

View source
<?php

namespace Drupal\Core\DependencyInjection;


/**
 * Base service provider implementation.
 *
 * @ingroup container
 */
abstract class ServiceProviderBase implements ServiceProviderInterface, ServiceModifierInterface {
    
    /**
     * {@inheritdoc}
     */
    public function register(ContainerBuilder $container) {
    }
    
    /**
     * {@inheritdoc}
     */
    public function alter(ContainerBuilder $container) {
    }

}

Classes

Title Deprecated Summary
ServiceProviderBase Base service provider implementation.
RSS feed
Powered by Drupal