function ResolverRelationshipConfigure::getContexts
Same name in other branches
- 4.0.x src/Form/ResolverRelationshipConfigure.php \Drupal\ctools\Form\ResolverRelationshipConfigure::getContexts()
Custom logic for retrieving the contexts array from cached_values.
Parameters
$cached_values:
Return value
array
3 calls to ResolverRelationshipConfigure::getContexts()
- ResolverRelationshipConfigure::buildForm in src/
Form/ ResolverRelationshipConfigure.php - Form constructor.
- ResolverRelationshipConfigure::submitForm in src/
Form/ ResolverRelationshipConfigure.php - Form submission handler.
- ResolverRelationshipConfigure::validateForm in src/
Form/ ResolverRelationshipConfigure.php - Configuration Form Validator.
File
-
src/
Form/ ResolverRelationshipConfigure.php, line 196
Class
- ResolverRelationshipConfigure
- Configure Relationships Resolver form.
Namespace
Drupal\ctools\FormCode
protected abstract function getContexts($cached_values);