function RelationshipConfigure::setContexts
Same name in other branches
- 8.x-3.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\FormCode
protected abstract function setContexts(array $cached_values, mixed $contexts);