function ConditionConfigure::setConditions

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

Custom logic for setting the conditions array in cached_values.

Parameters

array $cached_values: Cached values that will get set.

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

Return value

mixed Return the $cached_values

1 call to ConditionConfigure::setConditions()
ConditionConfigure::submitForm in src/Form/ConditionConfigure.php
Form submission handler.

File

src/Form/ConditionConfigure.php, line 196

Class

ConditionConfigure
Base class for condition configur operations.

Namespace

Drupal\ctools\Form

Code

protected abstract function setConditions($cached_values, $conditions);