public function ContextInterface::getContextDefinition in Plug 7
Gets the provided definition that the context must conform to.
Return value
\Drupal\Component\Plugin\Context\ContextDefinitionInterface The defining characteristic representation of the context.
1 method overrides ContextInterface::getContextDefinition()
- Context::getContextDefinition in lib/
Drupal/ Component/ Plugin/ Context/ Context.php - Gets the provided definition that the context must conform to.
File
- lib/
Drupal/ Component/ Plugin/ Context/ ContextInterface.php, line 37 - Contains \Drupal\Component\Plugin\Context\ContextInterface.
Class
- ContextInterface
- A generic context interface for wrapping data a plugin needs to operate.
Namespace
Drupal\Component\Plugin\ContextCode
public function getContextDefinition();