interface ConfigurableImageEffectInterface
Same name and namespace in other branches
- 9 core/modules/image/src/ConfigurableImageEffectInterface.php \Drupal\image\ConfigurableImageEffectInterface
- 8.9.x core/modules/image/src/ConfigurableImageEffectInterface.php \Drupal\image\ConfigurableImageEffectInterface
- 10 core/modules/image/src/ConfigurableImageEffectInterface.php \Drupal\image\ConfigurableImageEffectInterface
Defines the interface for configurable image effects.
Hierarchy
- interface \Drupal\Core\Plugin\PluginFormInterface; interface \Drupal\image\ImageEffectInterface implements \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\ConfigurableInterface, \Drupal\Component\Plugin\DependentPluginInterface
- interface \Drupal\image\ConfigurableImageEffectInterface implements \Drupal\image\ImageEffectInterface, \Drupal\Core\Plugin\PluginFormInterface
Expanded class hierarchy of ConfigurableImageEffectInterface
All classes that implement ConfigurableImageEffectInterface
See also
\Drupal\image\Annotation\ImageEffect
\Drupal\image\ConfigurableImageEffectBase
\Drupal\image\ImageEffectInterface
\Drupal\image\ImageEffectManager
2 files declare their use of ConfigurableImageEffectInterface
- ImageEffectFormBase.php in core/
modules/ image/ src/ Form/ ImageEffectFormBase.php - ImageStyleEditForm.php in core/
modules/ image/ src/ Form/ ImageStyleEditForm.php
File
-
core/
modules/ image/ src/ ConfigurableImageEffectInterface.php, line 17
Namespace
Drupal\imageView source
interface ConfigurableImageEffectInterface extends ImageEffectInterface, PluginFormInterface {
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
ConfigurableInterface::defaultConfiguration | public | function | Gets default configuration for this plugin. | 16 |
ConfigurableInterface::getConfiguration | public | function | Gets this plugin's configuration. | 4 |
ConfigurableInterface::setConfiguration | public | function | Sets the configuration for this plugin instance. | 4 |
DependentPluginInterface::calculateDependencies | public | function | Calculates dependencies for the configured plugin. | 19 |
ImageEffectInterface::applyEffect | public | function | Applies an image effect to the image object. | 7 |
ImageEffectInterface::getDerivativeExtension | public | function | Returns the extension of the derivative after applying this image effect. | 1 |
ImageEffectInterface::getSummary | public | function | Returns a render array summarizing the configuration of the image effect. | 1 |
ImageEffectInterface::getUuid | public | function | Returns the unique ID representing the image effect. | 1 |
ImageEffectInterface::getWeight | public | function | Returns the weight of the image effect. | 1 |
ImageEffectInterface::label | public | function | Returns the image effect label. | 1 |
ImageEffectInterface::setWeight | public | function | Sets the weight for this image effect. | 1 |
ImageEffectInterface::transformDimensions | public | function | Determines the dimensions of the styled image. | 1 |
PluginFormInterface::buildConfigurationForm | public | function | Form constructor. | 48 |
PluginFormInterface::submitConfigurationForm | public | function | Form submission handler. | 44 |
PluginFormInterface::validateConfigurationForm | public | function | Form validation handler. | 29 |
PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. | 5 |
PluginInspectionInterface::getPluginId | public | function | Gets the plugin ID of the plugin instance. | 3 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.