function ManageContext::getContexts
Same name in other branches
- 8.x-3.x src/Form/ManageContext.php \Drupal\ctools\Form\ManageContext::getContexts()
Returns the contexts already available in the wizard.
Parameters
mixed $cached_values: Cached Contexts.
Return value
\Drupal\Core\Plugin\Context\ContextInterface[] The contexts.
2 calls to ManageContext::getContexts()
- ManageContext::getAvailableRelationships in src/
Form/ ManageContext.php - Retrieve the available relationships.
- ManageContext::renderRows in src/
Form/ ManageContext.php - Render the Rows.
File
-
src/
Form/ ManageContext.php, line 394
Class
- ManageContext
- Manage Context Form.
Namespace
Drupal\ctools\FormCode
protected abstract function getContexts($cached_values);