Defines the interface for image effects.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface; interface \Drupal\Component\Plugin\ConfigurablePluginInterface
- interface \Drupal\image\ImageEffectInterface
See also
\Drupal\image\Annotation\ImageEffect
\Drupal\image\ConfigurableImageEffectInterface
\Drupal\image\ConfigurableImageEffectBase
\Drupal\image\ImageEffectManager
Plugin API
File
- core/modules/image/src/ImageEffectInterface.php, line 19
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. |
| 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.