abstract protected function ContextConfigure::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 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 236
Class
Namespace
Drupal\ctools\FormCode
protected abstract function getContexts($cached_values);