function RelationshipConfigure::getParentRouteInfo

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

Document the route name and parameters for redirect after submission.

Parameters

array $cached_values: Cached Values get route info from.

Return value

array In the format of In the format of return ['route.name', ['machine_name' => $this->machine_name, 'step' => 'step_name']];

2 calls to RelationshipConfigure::getParentRouteInfo()
RelationshipConfigure::ajaxSave in src/Form/RelationshipConfigure.php
Ajax Save Method.
RelationshipConfigure::submitForm in src/Form/RelationshipConfigure.php
Form submission handler.

File

src/Form/RelationshipConfigure.php, line 156

Class

RelationshipConfigure
Configure Relationship Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getParentRouteInfo(array $cached_values);