You are here

abstract public function ResolverRelationshipDelete::getContexts in Chaos Tool Suite (ctools) 8.3

Extract contexts from the cached values.

Parameters

array $cached_values: The cached values.

Return value

\Drupal\Core\Plugin\Context\ContextInterface[]

File

src/Form/ResolverRelationshipDelete.php, line 148

Class

ResolverRelationshipDelete

Namespace

Drupal\ctools\Form

Code

public abstract function getContexts($cached_values);