function ManageContext::getRelationshipClass

Same name in other branches
  1. 4.0.x src/Form/ManageContext.php \Drupal\ctools\Form\ManageContext::getRelationshipClass()

Return a subclass of '\Drupal\ctools\Form\RelationshipConfigure'.

The RelationshipConfigure class is designed to be subclassed with custom route information to control the modal/redirect needs of your use case.

Parameters

mixed $cached_values: Cached Relationship Class values.

Return value

string The relationship Class.

1 call to ManageContext::getRelationshipClass()
ManageContext::addRelationship in src/Form/ManageContext.php
Add relationship form.

File

src/Form/ManageContext.php, line 353

Class

ManageContext
Manage Context Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getRelationshipClass(mixed $cached_values);