class MockContainerAware

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php \Drupal\Tests\Core\Controller\MockContainerAware
  2. 10 core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php \Drupal\Tests\Core\Utility\MockContainerAware

Hierarchy

  • class \Drupal\Tests\Core\Controller\MockContainerAware extends \Symfony\Component\DependencyInjection\ContainerAwareInterface uses \Symfony\Component\DependencyInjection\ContainerAwareTrait

Expanded class hierarchy of MockContainerAware

File

core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php, line 238

Namespace

Drupal\Tests\Core\Controller
View source
class MockContainerAware implements ContainerAwareInterface {
  use ContainerAwareTrait;
  public function getResult() {
    return 'This is container aware.';
  }

}

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