function ConditionDelete::getConditions

Custom logic for retrieving the conditions array from cached_values.

Parameters

array $cached_values: The cached context values.

Return value

array The conditions.

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

File

src/Form/ConditionDelete.php, line 211

Class

ConditionDelete
Delete Condition Confirmation Form.

Namespace

Drupal\ctools\Form

Code

abstract protected function getConditions(array $cached_values);