function ResolverRelationshipConfigure::getParentRouteInfo

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

Document the route name and parameters for redirect after submission.

Parameters

$cached_values:

Return value

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

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

File

src/Form/ResolverRelationshipConfigure.php, line 187

Class

ResolverRelationshipConfigure
Configure Relationships Resolver form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getParentRouteInfo($cached_values);