function 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
abstract protected function getContexts($cached_values);