abstract protected function ConditionDelete::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 ConditionDelete::getParentRouteInfo()
- ConditionDelete::getCancelUrl in src/
Form/ ConditionDelete.php - Returns the route to go to if the user cancels the action.
- ConditionDelete::submitForm in src/
Form/ ConditionDelete.php - Form submission handler.
File
- src/
Form/ ConditionDelete.php, line 180
Class
Namespace
Drupal\ctools\FormCode
protected abstract function getParentRouteInfo($cached_values);