class MockContainerAware

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

Hierarchy

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

Expanded class hierarchy of MockContainerAware

File

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

Namespace

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

}

Members

Title Sort descending Modifiers Object type Summary
MockContainerAware::getResult public function

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