function ImageStyleEditForm::save
Overrides ImageStyleFormBase::save
1 call to ImageStyleEditForm::save()
- ImageStyleEditForm::effectSave in core/
modules/ image/ src/ Form/ ImageStyleEditForm.php - Submit handler for image effect.
File
-
core/
modules/ image/ src/ Form/ ImageStyleEditForm.php, line 256
Class
- ImageStyleEditForm
- Controller for image style edit form.
Namespace
Drupal\image\FormCode
public function save(array $form, FormStateInterface $form_state) {
parent::save($form, $form_state);
$this->messenger()
->addStatus($this->t('Changes to the style have been saved.'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.