function ManageContext::getRelationshipAddRoute

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

The route to which relationship 'add' actions should submit.

Parameters

mixed $cached_values: Cached Route info values.

Return value

string Relationship Add Route.

2 calls to ManageContext::getRelationshipAddRoute()
ManageContext::addRelationship in src/Form/ManageContext.php
Add relationship form.
ManageContext::submitForm in src/Form/ManageContext.php
Form submission handler.

File

src/Form/ManageContext.php, line 375

Class

ManageContext
Manage Context Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getRelationshipAddRoute(mixed $cached_values);