Search for all
- Search 7.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageEffectFormBase.php | file | core/ |
|
| ImageEffectFormBase::$imageEffect | property | core/ |
The image effect. |
| ImageEffectFormBase::$imageStyle | property | core/ |
The image style. |
| ImageEffectFormBase::buildForm | function | core/ |
|
| ImageEffectFormBase::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ImageEffectFormBase::prepareImageEffect | function | core/ |
Converts an image effect ID into an object. |
| ImageEffectFormBase::submitForm | function | core/ |
Form submission handler. |
| ImageEffectFormBase::validateForm | function | core/ |
Form validation handler. |
| ImageEffectInterface | interface | core/ |
Defines the interface for image effects. |
| ImageEffectInterface.php | file | core/ |
|
| ImageEffectInterface::applyEffect | function | core/ |
Applies an image effect to the image object. |
| ImageEffectInterface::getDerivativeExtension | function | core/ |
Returns the extension of the derivative after applying this image effect. |
| ImageEffectInterface::getSummary | function | core/ |
Returns a render array summarizing the configuration of the image effect. |
| ImageEffectInterface::getUuid | function | core/ |
Returns the unique ID representing the image effect. |
| ImageEffectInterface::getWeight | function | core/ |
Returns the weight of the image effect. |
| ImageEffectInterface::label | function | core/ |
Returns the image effect label. |
| ImageEffectInterface::setWeight | function | core/ |
Sets the weight for this image effect. |
| ImageEffectInterface::transformDimensions | function | core/ |
Determines the dimensions of the styled image. |
| ImageEffectManager | class | core/ |
Manages image effect plugins. |
| ImageEffectManager.php | file | core/ |
|
| ImageEffectManager::__construct | function | core/ |
Constructs a new ImageEffectManager. |
| ImageEffectPluginCollection | class | core/ |
A collection of image effects. |
| ImageEffectPluginCollection.php | file | core/ |
|
| ImageEffectPluginCollection::get | function | core/ |
|
| ImageEffectPluginCollection::sortHelper | function | core/ |
Provides uasort() callback to sort plugins. |
| ImageEffectsTest | class | core/ |
Tests image effects. |
| ImageEffectsTest.php | file | core/ |
|
| ImageEffectsTest::$imageEffectPluginManager | property | core/ |
The image effect plugin manager service. |
| ImageEffectsTest::$modules | property | core/ |
Modules to enable. |
| ImageEffectsTest::setUp | function | core/ |
|
| ImageEffectsTest::testConvertEffect | function | core/ |
Tests the 'image_convert' effect. |
| ImageEffectsTest::testCropEffect | function | core/ |
Tests the 'image_crop' effect. |
| ImageEffectsTest::testDesaturateEffect | function | core/ |
Tests the 'image_desaturate' effect. |
| ImageEffectsTest::testEffectFormValidationErrors | function | core/ |
Tests that validation errors are passed from the plugin to the parent form. |
| ImageEffectsTest::testImageEffectsCaching | function | core/ |
Tests image effect caching. |
| ImageEffectsTest::testResizeEffect | function | core/ |
Tests the 'image_resize' effect. |
| ImageEffectsTest::testRotateEffect | function | core/ |
Tests the image_rotate_effect() function. |
| ImageEffectsTest::testScaleAndCropEffect | function | core/ |
Tests the 'image_scale_and_crop' effect. |
| ImageEffectsTest::testScaleAndCropEffectWithAnchor | function | core/ |
Tests the 'image_scale_and_crop' effect with an anchor. |
| ImageEffectsTest::testScaleEffect | function | core/ |
Tests the 'image_scale' effect. |
| ImageFactory | class | core/ |
Provides a factory for image objects. |
| ImageFactory.php | file | core/ |
|
| ImageFactory::$toolkitId | property | core/ |
The image toolkit ID to use for this factory. |
| ImageFactory::$toolkitManager | property | core/ |
The image toolkit plugin manager. |
| ImageFactory::get | function | core/ |
Constructs a new Image object. |
| ImageFactory::getSupportedExtensions | function | core/ |
Returns the image file extensions supported by the toolkit. |
| ImageFactory::getToolkitId | function | core/ |
Gets the ID of the image toolkit currently in use. |
| ImageFactory::setToolkitId | function | core/ |
Sets the ID of the image toolkit. |
| ImageFactory::__construct | function | core/ |
Constructs a new ImageFactory object. |
| ImageField | class | core/ |
Plugin annotation @MigrateField( id = "imagefield", core = {6}, source_module = "imagefield", destination_module = "image" ) |
Pagination
- Previous page
- Page 773
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.