function ConditionDelete::getConditions

Same name in other branches
  1. 8.x-3.x src/Form/ConditionDelete.php \Drupal\ctools\Form\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

protected abstract function getConditions(array $cached_values);