You are here

public function ContextInterface::getContextData in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Plugin/Context/ContextInterface.php \Drupal\Core\Plugin\Context\ContextInterface::getContextData()

Gets the context value as typed data object.

Return value

\Drupal\Core\TypedData\TypedDataInterface

1 method overrides ContextInterface::getContextData()
Context::getContextData in core/lib/Drupal/Core/Plugin/Context/Context.php
Gets the context value as typed data object.

File

core/lib/Drupal/Core/Plugin/Context/ContextInterface.php, line 30
Contains \Drupal\Core\Plugin\Context\ContextInterface.

Class

ContextInterface
Interface for context.

Namespace

Drupal\Core\Plugin\Context

Code

public function getContextData();