function ConvertImageEffect::submitConfigurationForm
Same name in other branches
- 9 core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php \Drupal\image\Plugin\ImageEffect\ConvertImageEffect::submitConfigurationForm()
- 8.9.x core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php \Drupal\image\Plugin\ImageEffect\ConvertImageEffect::submitConfigurationForm()
- 11.x core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php \Drupal\image\Plugin\ImageEffect\ConvertImageEffect::submitConfigurationForm()
Overrides ConfigurableImageEffectBase::submitConfigurationForm
File
-
core/
modules/ image/ src/ Plugin/ ImageEffect/ ConvertImageEffect.php, line 82
Class
- ConvertImageEffect
- Converts an image resource.
Namespace
Drupal\image\Plugin\ImageEffectCode
public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
parent::submitConfigurationForm($form, $form_state);
$this->configuration['extension'] = $form_state->getValue('extension');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.