interface ConfigurableImageEffectInterface in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/image/src/ConfigurableImageEffectInterface.php \Drupal\image\ConfigurableImageEffectInterface
Defines the interface for configurable image effects.
Hierarchy
- interface \Drupal\image\ImageEffectInterface; interface \Drupal\Core\Plugin\PluginFormInterface
- interface \Drupal\image\ConfigurableImageEffectInterface
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 - Contains \Drupal\image\Form\ImageEffectFormBase.
- ImageStyleEditForm.php in core/
modules/ image/ src/ Form/ ImageStyleEditForm.php - Contains \Drupal\image\Form\ImageStyleEditForm.
File
- core/
modules/ image/ src/ ConfigurableImageEffectInterface.php, line 22 - Contains \Drupal\image\ConfigurableImageEffectInterface.
Namespace
Drupal\imageView source
interface ConfigurableImageEffectInterface extends ImageEffectInterface, PluginFormInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurablePluginInterface:: |
public | function | Gets default configuration for this plugin. | 9 |
ConfigurablePluginInterface:: |
public | function | Gets this plugin's configuration. | 10 |
ConfigurablePluginInterface:: |
public | function | Sets the configuration for this plugin instance. | 10 |
DependentPluginInterface:: |
public | function | Calculates dependencies for the configured plugin. | 15 |
ImageEffectInterface:: |
public | function | Applies an image effect to the image object. | 6 |
ImageEffectInterface:: |
public | function | Returns the extension the derivative would have have after applying this image effect. | 1 |
ImageEffectInterface:: |
public | function | Returns a render array summarizing the configuration of the image effect. | 1 |
ImageEffectInterface:: |
public | function | Returns the unique ID representing the image effect. | 1 |
ImageEffectInterface:: |
public | function | Returns the weight of the image effect. | 1 |
ImageEffectInterface:: |
public | function | Returns the image effect label. | 1 |
ImageEffectInterface:: |
public | function | Sets the weight for this image effect. | 1 |
ImageEffectInterface:: |
public | function | Determines the dimensions of the styled image. | 1 |
PluginFormInterface:: |
public | function | Form constructor. | 23 |
PluginFormInterface:: |
public | function | Form submission handler. | 21 |
PluginFormInterface:: |
public | function | Form validation handler. | 12 |
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 2 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |