function ConditionDelete::getContexts

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

Custom logic for retrieving the contexts array from cached_values.

Parameters

array $cached_values: The cached context values.

Return value

\Drupal\Core\Plugin\Context\ContextInterface[]

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

File

src/Form/ConditionDelete.php, line 234

Class

ConditionDelete
Delete Condition Confirmation Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getContexts(array $cached_values);