function RelationshipConfigure::setContexts

Same name in other branches
  1. 4.0.x src/Form/RelationshipConfigure.php \Drupal\ctools\Form\RelationshipConfigure::setContexts()

Custom logic for setting the conditions array in cached_values.

Parameters

array $cached_values:

mixed $contexts: The conditions to set within the cached values.

Return value

mixed Return the $cached_values

File

src/Form/RelationshipConfigure.php, line 169

Class

RelationshipConfigure
Configure Relationship Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function setContexts(array $cached_values, mixed $contexts);