function ConfigurableImageEffectBase::submitConfigurationForm
Same name and namespace in other branches
- 11.x core/modules/image/src/ConfigurableImageEffectBase.php \Drupal\image\ConfigurableImageEffectBase::submitConfigurationForm()
1 method overrides ConfigurableImageEffectBase::submitConfigurationForm()
- ResizeImageEffect::submitConfigurationForm in core/
modules/ image/ src/ Plugin/ ImageEffect/ ResizeImageEffect.php - Form submission handler.
File
-
core/
modules/ image/ src/ ConfigurableImageEffectBase.php, line 28
Class
- ConfigurableImageEffectBase
- Provides a base class for configurable image effects.
Namespace
Drupal\imageCode
public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.