function ResolverRelationshipDelete::getContexts

Same name in other branches
  1. 4.0.x src/Form/ResolverRelationshipDelete.php \Drupal\ctools\Form\ResolverRelationshipDelete::getContexts()

Extract contexts from the cached values.

Parameters

array $cached_values: The cached values.

Return value

\Drupal\Core\Plugin\Context\ContextInterface[] Contexts from the cached values.

File

src/Form/ResolverRelationshipDelete.php, line 164

Class

ResolverRelationshipDelete
Resolver Relatinoship Delete Form.

Namespace

Drupal\ctools\Form

Code

public abstract function getContexts(array $cached_values);