You are here

BazClass.php in Zircon Profile 8

File

core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Tests\Core\DependencyInjection\Fixture\BazClass.
 */
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

Namesort descending Description
BazClass Stub class which acts as a service dependency, to test the container.