You are here

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

Custom logic for retrieving the conditions array from cached_values.

Parameters

$cached_values:

Return value

array

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

File

src/Form/ConditionDelete.php, line 189

Class

ConditionDelete

Namespace

Drupal\ctools\Form

Code

protected abstract function getConditions($cached_values);