public function RouteParameters::finish in Page Manager 8
Save the values to the tempstore.
Overrides FormWizardBase::finish
File
- page_manager_ui/
src/ Wizard/ RouteParameters.php, line 74 - Contains \Drupal\page_manager_ui\Wizard\RouteParameters.
Class
Namespace
Drupal\page_manager_ui\WizardCode
public function finish(array &$form, FormStateInterface $form_state) {
$this
->getTempstore()
->set($this
->getMachineName(), $form_state
->getTemporaryValue('wizard'));
}