You are here

abstract protected function ManageResolverRelationships::getContexts in Chaos Tool Suite (ctools) 8.3

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);