ImageTest::$testImages |
property |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
The images to test with. |
ImageTest::$toolkit |
property |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Mocked image toolkit. |
ImageTest::$toolkitOperation |
property |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Mocked image toolkit operation. |
ImageTest::getTestImage |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Get an image with a mocked toolkit, for testing. |
ImageTest::getTestImageForOperation |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Get an image with mocked toolkit and operation, for operation testing. |
ImageTest::getToolkitMock |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Mocks a toolkit. |
ImageTest::getToolkitOperationMock |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Mocks a toolkit operation. |
ImageTest::providerTestScaleDimensions |
function |
core/tests/Drupal/Tests/Component/Utility/ImageTest.php |
Provides data for image dimension scale tests. |
ImageTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
|
ImageTest::setUp |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
|
ImageTest::testChmodFails |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::save(). |
ImageTest::testConvert |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::convert(). |
ImageTest::testCrop |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::crop(). |
ImageTest::testCropHeight |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::crop(). |
ImageTest::testCropWidth |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::crop(). |
ImageTest::testDesaturate |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::desaturate(). |
ImageTest::testFloatResize |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::resize(). |
ImageTest::testGetFileSize |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::getFileSize. |
ImageTest::testGetHeight |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::getHeight(). |
ImageTest::testGetMimeType |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::getMimeType(). |
ImageTest::testGetToolkitId |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::getToolkitId(). |
ImageTest::testGetType |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::getToolkit()->getType(). |
ImageTest::testGetWidth |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::getWidth(). |
ImageTest::testIsValid |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::isValid(). |
ImageTest::testParseFileFails |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::parseFile(). |
ImageTest::testResize |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::resize(). |
ImageTest::testRotate |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::rotate(). |
ImageTest::testSave |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::save(). |
ImageTest::testSaveFails |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::save(). |
ImageTest::testScaleAndCropFails |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::scaleAndCrop(). |
ImageTest::testScaleAndCropHeight |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::scaleAndCrop(). |
ImageTest::testScaleAndCropWidth |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::scaleAndCrop(). |
ImageTest::testScaleDimensions |
function |
core/tests/Drupal/Tests/Component/Utility/ImageTest.php |
Tests all control flow branches in image_dimensions_scale(). |
ImageTest::testScaleHeight |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::scale(). |
ImageTest::testScaleSame |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::scale(). |
ImageTest::testScaleWidth |
function |
core/tests/Drupal/Tests/Core/Image/ImageTest.php |
Tests \Drupal\Core\Image\Image::scale(). |
ImageTest::testThemeImageWithSizes |
function |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
Tests that an image with the sizes attribute is output correctly. |
ImageTest::testThemeImageWithSrc |
function |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
Tests that an image with the src attribute is output correctly. |
ImageTest::testThemeImageWithSrcsetMultiplier |
function |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
Tests that an image with the srcset and multipliers is output correctly. |
ImageTest::testThemeImageWithSrcsetWidth |
function |
core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php |
Tests that an image with the srcset and widths is output correctly. |
ImageToolkit |
class |
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php |
Defines a Plugin attribute for the image toolkit plugin. |
ImageToolkit |
class |
core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php |
Defines a Plugin annotation object for the image toolkit plugin. |
ImageToolkit.php |
file |
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php |
|
ImageToolkit.php |
file |
core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php |
|
ImageToolkit::$id |
property |
core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php |
The plugin ID. |
ImageToolkit::$title |
property |
core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php |
The title of the image toolkit. |
ImageToolkit::__construct |
function |
core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php |
|
ImageToolkitBase |
class |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php |
Provides a base class for image toolkit plugins. |
ImageToolkitBase.php |
file |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php |
|
ImageToolkitBase::$configFactory |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php |
The config factory. |