function ManageResolverRelationships::getContextClass

Same name and namespace in other branches
  1. 4.0.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\Form

Code

protected abstract function getContextClass($cached_values);