You are here

abstract protected function ConditionConfigure::getContexts in Chaos Tool Suite (ctools) 8.3

Custom logic for retrieving the contexts array from cached_values.

Parameters

$cached_values:

Return value

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

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

File

src/Form/ConditionConfigure.php, line 183

Class

ConditionConfigure
Base class for condition configur operations.

Namespace

Drupal\ctools\Form

Code

protected abstract function getContexts($cached_values);