function RulesComponentEditForm::cancel
Form submission handler for the 'cancel' action.
File
-
src/
Form/ RulesComponentEditForm.php, line 94
Class
- RulesComponentEditForm
- Provides a form to edit a component.
Namespace
Drupal\rules\FormCode
public function cancel(array $form, FormStateInterface $form_state) {
$this->rulesUiHandler
->clearTemporaryStorage();
$this->messenger()
->addMessage($this->t('Canceled.'));
$form_state->setRedirect('entity.rules_component.collection');
}