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
FilterImageLazyLoadTest::setUp function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php
FilterImageLazyLoadTest::testProcess function core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php Tests process.
FunctionsTest::testImage function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests theme_image().
GDImageToolkitOperationBase class core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php Provides a GD base class with correctly typed image toolkit.
GDImageToolkitOperationBase.php file core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php
GDImageToolkitOperationBase::getToolkit function core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php The correctly typed image toolkit for GD operations.
GDToolkit::$image property core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php A GD image.
GDToolkit::extensionToImageType function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Returns the IMAGETYPE_xxx constant for the given extension.
GDToolkit::getImage function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Retrieves the image.
GDToolkit::setImage function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Sets an image or resets existing one.
GdToolkitAvifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php GD image toolkit image manipulation of AVIF images.
GdToolkitAvifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php
GdToolkitAvifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitAvifImageManipulationTest.php The file name of the image under test.
GdToolkitGifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php GD image toolkit image manipulation of GIF images.
GdToolkitGifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php
GdToolkitGifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php The file name of the image under test.
GdToolkitGifImageManipulationTest::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Data provider for ::testManipulations().
GdToolkitGifImageManipulationTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/GdToolkitGifImageManipulationTest.php Tests for GIF images with transparency.
GdToolkitImageManipulationTestBase class core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php GD image toolkit image manipulation test base class.
GdToolkitImageManipulationTestBase.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::$directory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php A directory where test image files can be saved to.
GdToolkitImageManipulationTestBase::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The image factory service.
GdToolkitImageManipulationTestBase::$modules property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Modules to install.
GdToolkitImageManipulationTestBase::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php The file name of the image under test.
GdToolkitImageManipulationTestBase::assertColorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Assert two colors are equal by RGBA, net of full transparency.
GdToolkitImageManipulationTestBase::BLACK constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Colors that are used in testing.
GdToolkitImageManipulationTestBase::BLUE constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::FUCHSIA constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Function for finding a pixel's RGBa values.
GdToolkitImageManipulationTestBase::GREEN constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Data provider for ::testManipulations().
GdToolkitImageManipulationTestBase::RED constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::ROTATE_TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::setUp function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::testManipulations function core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php Tests height, width and color for the corners for the final images.
GdToolkitImageManipulationTestBase::TRANSPARENT constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::WHITE constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitImageManipulationTestBase::YELLOW constant core/tests/Drupal/KernelTests/Core/Image/GdToolkitImageManipulationTestBase.php
GdToolkitJpegImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php GD image toolkit image manipulation of JPEG images.
GdToolkitJpegImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php
GdToolkitJpegImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitJpegImageManipulationTest.php The file name of the image under test.
GdToolkitNoTransparencyGifImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php GD image toolkit image manipulation of no-transparency GIF images.
GdToolkitNoTransparencyGifImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php
GdToolkitNoTransparencyGifImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php The file name of the image under test.
GdToolkitNoTransparencyGifImageManipulationTest::providerOperationTestCases function core/tests/Drupal/KernelTests/Core/Image/GdToolkitNoTransparencyGifImageManipulationTest.php Data provider for ::testManipulations().
GdToolkitPngImageManipulationTest class core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php GD image toolkit image manipulation of PNG images.
GdToolkitPngImageManipulationTest.php file core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php
GdToolkitPngImageManipulationTest::$sourceTestImage property core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php The file name of the image under test.
GdToolkitPngImageManipulationTest::pngImageProvider function core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php Provides a list of PNG image URIs for testing.
GdToolkitPngImageManipulationTest::testIncorrectIccpSrgbProfile function core/tests/Drupal/KernelTests/Core/Image/GdToolkitPngImageManipulationTest.php Tests that GD doesn't trigger warnings for iCCP sRGB profiles.

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