interface MockConfiguratorInterface
Helper interface to test Container::get() with configurator.
@group DependencyInjection
Hierarchy
- interface \Drupal\Tests\Component\DependencyInjection\MockConfiguratorInterface
 
Expanded class hierarchy of MockConfiguratorInterface
All classes that implement MockConfiguratorInterface
File
- 
              core/
tests/ Drupal/ Tests/ Component/ DependencyInjection/ ContainerTest.php, line 1118  
Namespace
Drupal\Tests\Component\DependencyInjectionView source
interface MockConfiguratorInterface {
  
  /**
   * Configures a service.
   *
   * @param object $service
   *   The service to configure.
   */
  public function configureService($service);
}
Members
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| MockConfiguratorInterface::configureService | public | function | Configures a service. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.