function RelationshipConfigure::getContexts

Same name in other branches
  1. 4.0.x src/Form/RelationshipConfigure.php \Drupal\ctools\Form\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

protected abstract function getContexts(array $cached_values);