You are here

public function ContextAwarePluginBase::getContextDefinition in Zircon Profile 8

Same name in this branch
  1. 8 core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php \Drupal\Core\Plugin\ContextAwarePluginBase::getContextDefinition()
  2. 8 core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php \Drupal\Component\Plugin\ContextAwarePluginBase::getContextDefinition()
Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php \Drupal\Core\Plugin\ContextAwarePluginBase::getContextDefinition()

Return value

\Drupal\Core\Plugin\Context\ContextDefinitionInterface

Overrides ContextAwarePluginBase::getContextDefinition

2 calls to ContextAwarePluginBase::getContextDefinition()
ContextAwarePluginBase::createContextFromConfiguration in core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php
ContextAwarePluginBase::getContext in core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php

File

core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php, line 119
Contains \Drupal\Core\Plugin\ContextAwarePluginBase.

Class

ContextAwarePluginBase
Base class for plugins that are context aware.

Namespace

Drupal\Core\Plugin

Code

public function getContextDefinition($name) {
  return parent::getContextDefinition($name);
}