You are here

abstract protected function RelationshipConfigure::setContexts in Chaos Tool Suite (ctools) 8.3

Custom logic for setting the conditions array in cached_values.

Parameters

$cached_values:

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

Return value

mixed Return the $cached_values

File

src/Form/RelationshipConfigure.php, line 145

Class

RelationshipConfigure

Namespace

Drupal\ctools\Form

Code

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