class BazClass in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/dependency-injection/Tests/Fixtures/includes/classes.php \BazClass
- 8.0 core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php \Drupal\Tests\Core\DependencyInjection\Fixture\BazClass
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php \Drupal\Tests\Core\DependencyInjection\Fixture\BazClass
Stub class which acts as a service dependency, to test the container.
Hierarchy
- class \Drupal\Tests\Core\DependencyInjection\Fixture\BazClass
Expanded class hierarchy of BazClass
See also
\Drupal\Tests\Core\DependencyInjection\ContainerBuilderTest
\Drupal\Tests\Core\DependencyInjection\Fixture\BarClass
17 string references to 'BazClass'
- container11.php in vendor/
symfony/ dependency-injection/ Tests/ Fixtures/ containers/ container11.php - container9.php in vendor/
symfony/ dependency-injection/ Tests/ Fixtures/ containers/ container9.php - ContainerBuilderTest::testCreateServiceConfigurator in vendor/
symfony/ dependency-injection/ Tests/ ContainerBuilderTest.php - @covers Symfony\Component\DependencyInjection\ContainerBuilder::createService
- ContainerBuilderTest::testLazyLoadedService in vendor/
symfony/ dependency-injection/ Tests/ ContainerBuilderTest.php - ContainerBuilderTest::testMerge in vendor/
symfony/ dependency-injection/ Tests/ ContainerBuilderTest.php - @covers Symfony\Component\DependencyInjection\ContainerBuilder::merge
File
- core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ Fixture/ BazClass.php, line 16 - Contains \Drupal\Tests\Core\DependencyInjection\Fixture\BazClass.
Namespace
Drupal\Tests\Core\DependencyInjection\FixtureView source
class BazClass {
}