function ManageConditions::getContexts
Same name in other branches
- 8.x-3.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
Namespace
Drupal\ctools\FormCode
protected abstract function getContexts($cached_values);