function ManageResolverRelationships::getContextClass
Same name in other branches
- 8.x-3.x src/Form/ManageResolverRelationships.php \Drupal\ctools\Form\ManageResolverRelationships::getContextClass()
Return a subclass of '\Drupal\ctools\Form\ResolverRelationshipConfigure'.
The ConditionConfigure class is designed to be subclassed with custom route information to control the modal/redirect needs of your use case.
Return value
string Return a subclass of '\Drupal\ctools\Form\ResolverRelationshipConfigure'.
1 call to ManageResolverRelationships::getContextClass()
- ManageResolverRelationships::addRelationship in src/
Form/ ManageResolverRelationships.php - Add relationship.
File
-
src/
Form/ ManageResolverRelationships.php, line 253
Class
- ManageResolverRelationships
- Provider manage resolver relationships.
Namespace
Drupal\ctools\FormCode
protected abstract function getContextClass($cached_values);