function ManageConditions::getContexts

Same name in other branches
  1. 4.0.x src/Form/ManageConditions.php \Drupal\ctools\Form\ManageConditions::getContexts()

Custom logic for retrieving the contexts array from cached_values.

Parameters

$cached_values:

Return value

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

1 call to ManageConditions::getContexts()
ManageConditions::buildForm in src/Form/ManageConditions.php
Form constructor.

File

src/Form/ManageConditions.php, line 254

Class

ManageConditions

Namespace

Drupal\ctools\Form

Code

protected abstract function getContexts($cached_values);