function TestContextAwarePlugin::setContext

Overrides ContextAwarePluginBase::setContext

File

core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php, line 124

Class

TestContextAwarePlugin

Namespace

Drupal\KernelTests\Core\Plugin\Context

Code

public function setContext($name, ComponentContextInterface $context) {
  parent::setContext($name, $context);
  $this->setContextCalled = TRUE;
}

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