BazClass.php

Same filename in other branches
  1. 9 core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php
  2. 10 core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php
  3. 11.x core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php

Namespace

Drupal\Tests\Core\DependencyInjection\Fixture

File

core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php

View source
<?php

namespace Drupal\Tests\Core\DependencyInjection\Fixture;


/**
 * Stub class which acts as a service dependency, to test the container.
 *
 * @see \Drupal\Tests\Core\DependencyInjection\ContainerBuilderTest
 * @see \Drupal\Tests\Core\DependencyInjection\Fixture\BarClass
 */
class BazClass {

}

Classes

Title Deprecated Summary
BazClass Stub class which acts as a service dependency, to test the container.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.