function ConfigurableImageEffectBase::submitConfigurationForm

Same name and namespace in other branches
  1. 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\image

Code

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.