public property DependencySerializationTestDummy::$container in Drupal 9
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php \Drupal\Tests\Core\DependencyInjection\DependencySerializationTestDummy::container
The container.
Type: \Symfony\Component\DependencyInjection\ContainerInterface
File
- core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ DependencySerializationTest.php, line 91 - Contains \Drupal\Tests\Core\DependencyInjection\DependencySerializationTest.
Class
- DependencySerializationTestDummy
- Defines a test class which has a single service as dependency.
Namespace
Drupal\Tests\Core\DependencyInjectionCode
public $container;