function ContextConfigure::getContexts

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

Custom logic for retrieving the contexts array from cached_values.

Parameters

$cached_values:

Return value

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

2 calls to ContextConfigure::getContexts()
ContextConfigure::buildForm in src/Form/ContextConfigure.php
Form constructor.
ContextConfigure::submitForm in src/Form/ContextConfigure.php
Form submission handler.

File

src/Form/ContextConfigure.php, line 261

Class

ContextConfigure
Configure Context Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getContexts($cached_values);