Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ImageEffectBase::onCollectionDependencyRemoval | function | core/ |
Informs the plugin in a collection to act on removal of dependencies. |
| ImageEffectBase::setConfiguration | function | core/ |
Sets the configuration for this plugin instance. |
| ImageEffectBase::setWeight | function | core/ |
Sets the weight for this image effect. |
| ImageEffectBase::transformDimensions | function | core/ |
Determines the dimensions of the styled image. |
| ImageEffectBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| ImageEffectDeleteForm | class | core/ |
Form for deleting an image effect. |
| ImageEffectDeleteForm.php | file | core/ |
|
| ImageEffectDeleteForm::$imageEffect | property | core/ |
The image effect to be deleted. |
| ImageEffectDeleteForm::$imageStyle | property | core/ |
The image style containing the image effect to be deleted. |
| ImageEffectDeleteForm::buildForm | function | core/ |
Form constructor. |
| ImageEffectDeleteForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
| ImageEffectDeleteForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
| ImageEffectDeleteForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| ImageEffectDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
| ImageEffectDeleteForm::submitForm | function | core/ |
Form submission handler. |
| ImageEffectEditForm | class | core/ |
Provides an edit form for image effects. |
| ImageEffectEditForm.php | file | core/ |
|
| ImageEffectEditForm::buildForm | function | core/ |
Form constructor. |
| ImageEffectEditForm::prepareImageEffect | function | core/ |
Converts an image effect ID into an object. |
| ImageEffectFormBase | class | core/ |
Provides a base form for image effects. |
| 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 install. |
| ImageEffectsTest::setUp | function | core/ |
Pagination
- Previous page
- Page 833
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.