function ConditionDelete::setConditions

Same name in other branches
  1. 8.x-3.x src/Form/ConditionDelete.php \Drupal\ctools\Form\ConditionDelete::setConditions()

Custom logic for setting the conditions array in cached_values.

Parameters

array $cached_values: The cached context values.

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

Return value

mixed Return the $cached_values

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

File

src/Form/ConditionDelete.php, line 224

Class

ConditionDelete
Delete Condition Confirmation Form.

Namespace

Drupal\ctools\Form

Code

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