Search for image

  1. Search 7.x for image
  2. Search 8.9.x for image
  3. Search 10.3.x for image
  4. Search 11.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/modules/quickedit/src/Plugin/InPlaceEditor/Image.php Defines the image text in-place editor.
Image class core/modules/image/src/Plugin/InPlaceEditor/Image.php Defines the image text in-place editor.
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
ImageStyleTest::fileDefaultScheme function core/modules/image/tests/src/Unit/ImageStyleTest.php Mock function for ImageStyle::fileDefaultScheme().
ImageStyleTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Returns the expected JSON:API document for the entity.
ImageStyleTest::getImageStyleMock function core/modules/image/tests/src/Unit/ImageStyleTest.php Gets a mocked image style for testing.
ImageStyleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Returns the JSON:API POST document.
ImageStyleTest::setUp function core/modules/image/tests/src/Unit/ImageStyleTest.php
ImageStyleTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php Sets up the necessary authorization.
ImageStyleTest::testBuildUri function core/modules/image/tests/src/Unit/ImageStyleTest.php @covers ::buildUri
ImageStyleTest::testGetDerivativeExtension function core/modules/image/tests/src/Unit/ImageStyleTest.php @covers ::getDerivativeExtension
ImageStyleTest::testGetPathToken function core/modules/image/tests/src/Unit/ImageStyleTest.php @covers ::getPathToken
ImageStyleXmlAnonTest class core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php @group rest
ImageStyleXmlAnonTest.php file core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php
ImageStyleXmlAnonTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The theme to install as the default for testing.
ImageStyleXmlAnonTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The format to use in this test.
ImageStyleXmlAnonTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php The MIME type that corresponds to $format.
ImageStyleXmlAnonTest::testGet function core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest.php Tests a GET request for an entity, plus edge cases to ensure good DX.
ImageStyleXmlBasicAuthTest class core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php @group rest
ImageStyleXmlBasicAuthTest.php file core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php
ImageStyleXmlBasicAuthTest::$auth property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The authentication mechanism to use in this test.
ImageStyleXmlBasicAuthTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The theme to install as the default for testing.
ImageStyleXmlBasicAuthTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The format to use in this test.
ImageStyleXmlBasicAuthTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php The MIME type that corresponds to $format.
ImageStyleXmlBasicAuthTest::$modules property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php Modules to install.
ImageStyleXmlBasicAuthTest::testGet function core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php Tests a GET request for an entity, plus edge cases to ensure good DX.
ImageStyleXmlCookieTest class core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php @group rest
ImageStyleXmlCookieTest.php file core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php
ImageStyleXmlCookieTest::$auth property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The authentication mechanism to use in this test.
ImageStyleXmlCookieTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The theme to install as the default for testing.
ImageStyleXmlCookieTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The format to use in this test.
ImageStyleXmlCookieTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php The MIME type that corresponds to $format.
ImageStyleXmlCookieTest::testGet function core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php Tests a GET request for an entity, plus edge cases to ensure good DX.
ImageTest class core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Tests built-in image theme functions.
ImageTest class core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests the image class.
ImageTest class core/tests/Drupal/Tests/Component/Utility/ImageTest.php @coversDefaultClass \Drupal\Component\Utility\Image
@group Image
ImageTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image
@group ckeditor5
@internal
ImageTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php
ImageTest.php file core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php
ImageTest.php file core/tests/Drupal/Tests/Core/Image/ImageTest.php
ImageTest.php file core/tests/Drupal/Tests/Component/Utility/ImageTest.php
ImageTest::$file property core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php The sample image File entity to embed.
ImageTest::$fileUrlGenerator property core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php The file URL generator.
ImageTest::$image property core/tests/Drupal/Tests/Core/Image/ImageTest.php Image object.
ImageTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php Modules to enable.
ImageTest::$source property core/tests/Drupal/Tests/Core/Image/ImageTest.php Image source path.
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::addImage function core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php Add an image to the CKEditor 5 editable zone.
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.

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