Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigurableImageEffectBase.php

function ConfigurableImageEffectBase::validateConfigurationForm

2 calls to ConfigurableImageEffectBase::validateConfigurationForm()
ScaleImageEffect::validateConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::validateConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
2 methods override ConfigurableImageEffectBase::validateConfigurationForm()
RotateImageEffect::validateConfigurationForm in core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
ScaleImageEffect::validateConfigurationForm in core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php

File

core/modules/image/src/ConfigurableImageEffectBase.php, line 22

Class

ConfigurableImageEffectBase
Provides a base class for configurable image effects.

Namespace

Drupal\image

Code

public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal