You are here

abstract protected function ConditionDelete::setConditions in Chaos Tool Suite (ctools) 8.3

Custom logic for setting the conditions array in cached_values.

Parameters

$cached_values:

$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 202

Class

ConditionDelete

Namespace

Drupal\ctools\Form

Code

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