abstract protected function ManageContext::getRelationshipClass in Chaos Tool Suite (ctools) 8.3
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.
Return value
string
1 call to ManageContext::getRelationshipClass()
- ManageContext::addRelationship in src/
Form/ ManageContext.php
File
- src/
Form/ ManageContext.php, line 301
Class
Namespace
Drupal\ctools\FormCode
protected abstract function getRelationshipClass($cached_values);