function ResolverRelationshipDelete::getContexts
Same name in other branches
- 8.x-3.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\FormCode
public abstract function getContexts(array $cached_values);