function ManageResolverRelationships::getContexts

Same name and namespace in other branches
  1. 4.0.x src/Form/ManageResolverRelationships.php \Drupal\ctools\Form\ManageResolverRelationships::getContexts()

Gets the context value.

Parameters

mixed $cached_values: The arbitrary value from temporary storage.

Return value

\Drupal\Core\Plugin\Context\ContextInterface[] Context data and definitions for plugins supporting caching and return docs.

2 calls to ManageResolverRelationships::getContexts()
ManageResolverRelationships::getAvailableRelationships in src/Form/ManageResolverRelationships.php
Get the accesssible relationships.
ManageResolverRelationships::renderRows in src/Form/ManageResolverRelationships.php
Render the rows.

File

src/Form/ManageResolverRelationships.php, line 284

Class

ManageResolverRelationships
Provider manage resolver relationships.

Namespace

Drupal\ctools\Form

Code

protected abstract function getContexts($cached_values);