function ContextAwarePluginBase::contextHandler
Wraps the context handler.
Return value
\Drupal\Core\Plugin\Context\ContextHandlerInterface
File
-
core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginBase.php, line 123
Class
- ContextAwarePluginBase
- Base class for plugins that are context aware.
Namespace
Drupal\Core\PluginCode
protected function contextHandler() {
return \Drupal::service('context.handler');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.