You are here

abstract protected function ConditionConfigure::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 ConditionConfigure::getParentRouteInfo()
ConditionConfigure::ajaxSave in src/Form/ConditionConfigure.php
ConditionConfigure::submitForm in src/Form/ConditionConfigure.php
Form submission handler.

File

src/Form/ConditionConfigure.php, line 152

Class

ConditionConfigure
Base class for condition configur operations.

Namespace

Drupal\ctools\Form

Code

protected abstract function getParentRouteInfo($cached_values);