Defines the interface for configurable image effects.
Hierarchy
- interface \Drupal\image\ImageEffectInterface; interface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\image\ConfigurableImageEffectInterface
See also
\Drupal\image\Annotation\ImageEffect
\Drupal\image\ConfigurableImageEffectBase
\Drupal\image\ImageEffectInterface
\Drupal\image\ImageEffectManager
Plugin API
File
- core/modules/image/src/ConfigurableImageEffectInterface.php, line 17
Namespace
Drupal\image
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ConfigurablePluginInterface::defaultConfiguration | public | function | Gets default configuration for this plugin. |
| ConfigurablePluginInterface::getConfiguration | public | function | Gets this plugin's configuration. |
| ConfigurablePluginInterface::setConfiguration | public | function | Sets the configuration for this plugin instance. |
| DependentPluginInterface::calculateDependencies | public | function | Calculates dependencies for the configured plugin. |
| ImageEffectInterface::applyEffect | public | function | Applies an image effect to the image object. |
| ImageEffectInterface::getDerivativeExtension | public | function | Returns the extension the derivative would have have after applying this image effect. |
| ImageEffectInterface::getSummary | public | function | Returns a render array summarizing the configuration of the image effect. |
| ImageEffectInterface::getUuid | public | function | Returns the unique ID representing the image effect. |
| ImageEffectInterface::getWeight | public | function | Returns the weight of the image effect. |
| ImageEffectInterface::label | public | function | Returns the image effect label. |
| ImageEffectInterface::setWeight | public | function | Sets the weight for this image effect. |
| ImageEffectInterface::transformDimensions | public | function | Determines the dimensions of the styled image. |
| PluginFormInterface::buildConfigurationForm | public | function | Form constructor. |
| PluginFormInterface::submitConfigurationForm | public | function | Form submission handler. |
| PluginFormInterface::validateConfigurationForm | public | function | Form validation handler. |
| PluginInspectionInterface::getPluginDefinition | public | function | Gets the definition of the plugin implementation. |
| PluginInspectionInterface::getPluginId | public | function | Gets the plugin_id of the plugin instance. |
Please login to continue.