function 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

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