function ContextConfigure::getParentRouteInfo

Same name in other branches
  1. 4.0.x src/Form/ContextConfigure.php \Drupal\ctools\Form\ContextConfigure::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 ContextConfigure::getParentRouteInfo()
ContextConfigure::ajaxSave in src/Form/ContextConfigure.php
Ajax Save Method.
ContextConfigure::submitForm in src/Form/ContextConfigure.php
Form submission handler.

File

src/Form/ContextConfigure.php, line 252

Class

ContextConfigure
Configure Context Form.

Namespace

Drupal\ctools\Form

Code

protected abstract function getParentRouteInfo($cached_values);