function CropImageEffect::submitConfigurationForm
Overrides ResizeImageEffect::submitConfigurationForm
File
- 
              core/
modules/ image/ src/ Plugin/ ImageEffect/ CropImageEffect.php, line 85  
Class
- CropImageEffect
 - Crops an image resource.
 
Namespace
Drupal\image\Plugin\ImageEffectCode
public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  parent::submitConfigurationForm($form, $form_state);
  $this->configuration['anchor'] = $form_state->getValue('anchor');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.