function ConditionConfigure::getParentRouteInfo
Same name in other branches
- 8.x-3.x src/Form/ConditionConfigure.php \Drupal\ctools\Form\ConditionConfigure::getParentRouteInfo()
Document the route name and parameters for redirect after submission.
Parameters
array $cached_values: Cached values to get the route info.
Return value
array In the format of [ 'route.name', ['machine_name' => $this->machine_name, 'step' => 'step_name']];
2 calls to ConditionConfigure::getParentRouteInfo()
- ConditionConfigure::ajaxSave in src/
Form/ ConditionConfigure.php - Ajax callback to save tempstore values.
- ConditionConfigure::submitForm in src/
Form/ ConditionConfigure.php - Form submission handler.
File
-
src/
Form/ ConditionConfigure.php, line 171
Class
- ConditionConfigure
- Base class for condition configur operations.
Namespace
Drupal\ctools\FormCode
protected abstract function getParentRouteInfo($cached_values);