Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
ImageTestBase class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image[[api-linebreak]]
@group ckeditor5
@internal
ImageTestBase.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::$adminUser property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php The user to use during testing.
ImageTestBase::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::$host property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php A host entity with a body field to embed images in.
ImageTestBase::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::addImage function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Add an image to the CKEditor 5 editable zone.
ImageTestBase::imageAttributes function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Provides the relevant image attributes.
ImageTestBase::imageAttributesAsString function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Helper to format attributes.
ImageTestBase::providerAlignment function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::providerAltTextRequired function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::providerLinkability function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
ImageTestBase::providerResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Data provider for ::testResize().
ImageTestBase::providerWidth function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Data provider for ::testWidth().
ImageTestBase::testAlignment function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests alignment integration.
ImageTestBase::testAltTextRequired function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests that alt text is required for images.
ImageTestBase::testAttributeRetentionDuringUpcasting function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Ensures that attributes are retained on conversion.
ImageTestBase::testImageArbitraryHtml function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests that arbitrary attributes are allowed via GHS.
ImageTestBase::testImageCaption function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Ensures that images can have caption set.
ImageTestBase::testLinkability function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests linkability of the image CKEditor widget.
ImageTestBase::testResize function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Tests the image resize plugin.
ImageTestBase::testWidth function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php Ensures that width attribute upcasts and downcasts correctly.
ImageThemeFunctionTest class core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests image theme functions.
ImageThemeFunctionTest.php file core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::$image property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Created file entity.
ImageThemeFunctionTest::$imageFactory property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::$modules property core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::setUp function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php
ImageThemeFunctionTest::testImageAltFunctionality function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests image alt attribute functionality.
ImageThemeFunctionTest::testImageFormatterTheme function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme function core/modules/image/tests/src/Kernel/ImageThemeFunctionTest.php Tests usage of the image style theme function.
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

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