You are here

interface MockConfiguratorInterface in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\MockConfiguratorInterface
  2. 9 core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php \Drupal\Tests\Component\DependencyInjection\MockConfiguratorInterface

Helper interface to test Container::get() with configurator.

@group DependencyInjection

Hierarchy

Expanded class hierarchy of MockConfiguratorInterface

All classes that implement MockConfiguratorInterface

File

core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php, line 1020
Contains \Drupal\Tests\Component\DependencyInjection\ContainerTest.

Namespace

Drupal\Tests\Component\DependencyInjection
View source
interface MockConfiguratorInterface {

  /**
   * Configures a service.
   *
   * @param object $service
   *   The service to configure.
   */
  public function configureService($service);

}

Members