protected function ContextAwarePluginAssignmentTrait::contextHandler in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php \Drupal\Core\Plugin\ContextAwarePluginAssignmentTrait::contextHandler()
Wraps the context handler.
Return value
\Drupal\Core\Plugin\Context\ContextHandlerInterface
File
- core/
lib/ Drupal/ Core/ Plugin/ ContextAwarePluginAssignmentTrait.php, line 22
Class
- ContextAwarePluginAssignmentTrait
- Handles context assignments for context-aware plugins.
Namespace
Drupal\Core\PluginCode
protected function contextHandler() {
return \Drupal::service('context.handler');
}