You are here

abstract protected function ManageResolverRelationships::getContextClass in Chaos Tool Suite (ctools) 8.3

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);