abstract protected function ContextConfigure::getParentRouteInfo in Chaos Tool Suite (ctools) 8.3
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 - ContextConfigure::submitForm in src/
Form/ ContextConfigure.php - Form submission handler.
File
- src/
Form/ ContextConfigure.php, line 227
Class
Namespace
Drupal\ctools\FormCode
protected abstract function getParentRouteInfo($cached_values);