Search for image

  1. Search 7.x for image
  2. Search 9.5.x for image
  3. Search 8.9.x for image
  4. Search 10.3.x for image
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Image class core/modules/media/src/Plugin/media/Source/Image.php Image entity media source.
Image class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Image.php CKEditor 5 Image plugin.
Image class core/lib/Drupal/Core/Image/Image.php Defines an image object to represent an image file.
Image class core/lib/Drupal/Component/Utility/Image.php Provides helpers to operate on images.

All search results

Title Object type File name Summary
ImageStyleDeleteForm::$replacementOptions property core/modules/image/src/Form/ImageStyleDeleteForm.php Replacement options.
ImageStyleDeleteForm::form function core/modules/image/src/Form/ImageStyleDeleteForm.php Gets the actual form array to be built.
ImageStyleDeleteForm::getDescription function core/modules/image/src/Form/ImageStyleDeleteForm.php Returns additional text to display as a description.
ImageStyleDeleteForm::getQuestion function core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteForm::getReplacementOptions function core/modules/image/src/Form/ImageStyleDeleteForm.php Returns a list of image style replacement options.
ImageStyleDeleteForm::submitForm function core/modules/image/src/Form/ImageStyleDeleteForm.php
ImageStyleDeleteTest class core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php Tests image style deletion using the UI.
ImageStyleDeleteTest.php file core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
ImageStyleDeleteTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php The theme to install as the default for testing.
ImageStyleDeleteTest::setUp function core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php
ImageStyleDeleteTest::testDelete function core/modules/image/tests/src/Functional/ImageStyleDeleteTest.php Tests image style deletion.
ImageStyleDownloadAccessControlTest class core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Tests access control for downloading image styles.
ImageStyleDownloadAccessControlTest.php file core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
ImageStyleDownloadAccessControlTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The theme to install as the default for testing.
ImageStyleDownloadAccessControlTest::$fileSystem property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The file system.
ImageStyleDownloadAccessControlTest::$modules property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Modules to install.
ImageStyleDownloadAccessControlTest::$style property core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php The image style.
ImageStyleDownloadAccessControlTest::prepareEnvironment function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Prepares the current environment for running the test.
ImageStyleDownloadAccessControlTest::setUp function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php
ImageStyleDownloadAccessControlTest::testPrivateThroughPublicRoute function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Ensures that private:// access is forbidden through image.style_public.
ImageStyleDownloadAccessControlTest::testPublicThroughPrivateRoute function core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php Ensures that public:// access is forbidden through image.style.private.
ImageStyleDownloadController class core/modules/image/src/Controller/ImageStyleDownloadController.php Defines a controller to serve image styles.
ImageStyleDownloadController.php file core/modules/image/src/Controller/ImageStyleDownloadController.php
ImageStyleDownloadController::$fileSystem property core/modules/image/src/Controller/ImageStyleDownloadController.php File system service.
ImageStyleDownloadController::$imageFactory property core/modules/image/src/Controller/ImageStyleDownloadController.php The image factory.
ImageStyleDownloadController::$lock property core/modules/image/src/Controller/ImageStyleDownloadController.php The lock backend.
ImageStyleDownloadController::$logger property core/modules/image/src/Controller/ImageStyleDownloadController.php A logger instance.
ImageStyleDownloadController::create function core/modules/image/src/Controller/ImageStyleDownloadController.php Instantiates a new instance of the implementing class using autowiring.
ImageStyleDownloadController::deliver function core/modules/image/src/Controller/ImageStyleDownloadController.php Generates a derivative, given a style and image path.
ImageStyleDownloadController::getUriWithoutConvertedExtension function core/modules/image/src/Controller/ImageStyleDownloadController.php Get the file URI without the extension from any conversion image style.
ImageStyleDownloadController::sourceImageExists function core/modules/image/src/Controller/ImageStyleDownloadController.php Checks whether the provided source image exists.
ImageStyleDownloadController::__construct function core/modules/image/src/Controller/ImageStyleDownloadController.php Constructs an ImageStyleDownloadController object.
ImageStyleEditForm class core/modules/image/src/Form/ImageStyleEditForm.php Controller for image style edit form.
ImageStyleEditForm.php file core/modules/image/src/Form/ImageStyleEditForm.php
ImageStyleEditForm::$imageEffectManager property core/modules/image/src/Form/ImageStyleEditForm.php The image effect manager service.
ImageStyleEditForm::create function core/modules/image/src/Form/ImageStyleEditForm.php Instantiates a new instance of this class.
ImageStyleEditForm::effectSave function core/modules/image/src/Form/ImageStyleEditForm.php Submit handler for image effect.
ImageStyleEditForm::effectValidate function core/modules/image/src/Form/ImageStyleEditForm.php Validate handler for image effect.
ImageStyleEditForm::form function core/modules/image/src/Form/ImageStyleEditForm.php Gets the actual form array to be built.
ImageStyleEditForm::save function core/modules/image/src/Form/ImageStyleEditForm.php Form submission handler for the 'save' action.
ImageStyleEditForm::submitForm function core/modules/image/src/Form/ImageStyleEditForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ImageStyleEditForm::updateEffectWeights function core/modules/image/src/Form/ImageStyleEditForm.php Updates image effect weights.
ImageStyleEditForm::__construct function core/modules/image/src/Form/ImageStyleEditForm.php Constructs an ImageStyleEditForm object.
ImageStyleFlushForm class core/modules/image/src/Form/ImageStyleFlushForm.php Form controller for image style flush.
ImageStyleFlushForm.php file core/modules/image/src/Form/ImageStyleFlushForm.php
ImageStyleFlushForm::getCancelUrl function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the route to go to if the user cancels the action.
ImageStyleFlushForm::getConfirmText function core/modules/image/src/Form/ImageStyleFlushForm.php Returns a caption for the button that confirms the action.
ImageStyleFlushForm::getDescription function core/modules/image/src/Form/ImageStyleFlushForm.php Returns additional text to display as a description.
ImageStyleFlushForm::getQuestion function core/modules/image/src/Form/ImageStyleFlushForm.php Returns the question to ask the user.
ImageStyleFlushForm::submitForm function core/modules/image/src/Form/ImageStyleFlushForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.