function RelationshipConfigure::getContexts

Custom logic for retrieving the contexts array from cached_values.

Parameters

array $cached_values: Cached Values contexts are fetched from.

Return value

\Drupal\Core\Plugin\Context\ContextInterface[]

1 call to RelationshipConfigure::getContexts()
RelationshipConfigure::buildForm in src/Form/RelationshipConfigure.php
Form constructor.

File

src/Form/RelationshipConfigure.php, line 179

Class

RelationshipConfigure
Configure Relationship Form.

Namespace

Drupal\ctools\Form

Code

abstract protected function getContexts(array $cached_values);