You are here

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

Custom logic for retrieving the contexts array from cached_values.

Parameters

$cached_values:

Return value

array

1 call to RequiredContext::getContexts()
RequiredContext::renderContexts in src/Form/RequiredContext.php

File

src/Form/RequiredContext.php, line 225

Class

RequiredContext

Namespace

Drupal\ctools\Form

Code

protected abstract function getContexts($cached_values);