| FilterHtmlImageSecureTest::testImageSource |
function |
core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php |
Tests removal of images having a non-local source. |
| FilterImageLazyLoad |
class |
core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php |
Provides a filter to lazy load tracked images. |
| FilterImageLazyLoad.php |
file |
core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php |
|
| FilterImageLazyLoad::process |
function |
core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php |
Performs the filter processing. |
| FilterImageLazyLoad::transformImages |
function |
core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php |
Transform markup of images to include loading="lazy". |
| FilterImageLazyLoadTest |
class |
core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php |
Tests Drupal\filter\Plugin\Filter\FilterImageLazyLoad. |
| FilterImageLazyLoadTest.php |
file |
core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php |
|
| FilterImageLazyLoadTest::$filter |
property |
core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php |
The lazy load image filter. |
| FilterImageLazyLoadTest::providerHtml |
function |
core/modules/filter/tests/src/Unit/FilterImageLazyLoadTest.php |
Provides data for testProcess. |
| 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. |