public function TestContainerDerivativeDiscovery::__construct in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Plugin/Discovery/TestContainerDerivativeDiscovery.php \Drupal\Tests\Core\Plugin\Discovery\TestContainerDerivativeDiscovery::__construct()
Constructs a TestContainerDerivativeDiscovery object.
Some service.
File
- core/
tests/ Drupal/ Tests/ Core/ Plugin/ Discovery/ TestContainerDerivativeDiscovery.php, line 25 - Contains \Drupal\Tests\Core\Plugin\Discovery\TestContainerDerivativeDiscovery.
Class
- TestContainerDerivativeDiscovery
- Defines container test derivative discovery.
Namespace
Drupal\Tests\Core\Plugin\DiscoveryCode
public function __construct(EventDispatcherInterface $example_service) {
}