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 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/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
ImageStyles.php file core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
ImageStyles::fields function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
ImageStyles::getIds function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
ImageStyles::prepareRow function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
ImageStyles::query function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
ImageStylesPathAndUrlTest class core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests the functions for generating paths and URLs for image styles.
ImageStylesPathAndUrlTest.php file core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
ImageStylesPathAndUrlTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
ImageStylesPathAndUrlTest::$modules property core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
ImageStylesPathAndUrlTest::$style property core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php The image style.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests building an image style URL.
ImageStylesPathAndUrlTest::setUp function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php
ImageStylesPathAndUrlTest::testImageStylePath function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests \Drupal\image\ImageStyleInterface::buildUri().
ImageStylesPathAndUrlTest::testImageStylePrivateWithConversion function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Test an image style URL with a private file that also gets converted.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivate function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL using the "private://" scheme.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateLanguage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "private://" schema and language prefix.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPrivateUnclean function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "private://" schema and unclean URLs.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublic function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL using the "public://" scheme.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicLanguage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "public://" schema and language prefix.
ImageStylesPathAndUrlTest::testImageStyleUrlAndPathPublicUnclean function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with the "public://" scheme and unclean URLs.
ImageStylesPathAndUrlTest::testImageStyleUrlExtraSlash function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests an image style URL with a file URL that has an extra slash in it.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage function core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Tests that an invalid source image returns a 404.
ImageStylesTest class core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php Tests the D7 ImageStyles source plugin.
ImageStylesTest.php file core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php
ImageStylesTest::$modules property core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php
ImageStylesTest::providerSource function core/modules/image/tests/src/Kernel/Plugin/migrate/source/d7/ImageStylesTest.php
ImageStyleStorage class core/modules/image/src/ImageStyleStorage.php Storage controller class for "image style" configuration entities.
ImageStyleStorage.php file core/modules/image/src/ImageStyleStorage.php
ImageStyleStorage::$replacement property core/modules/image/src/ImageStyleStorage.php Image style replacement memory storage.
ImageStyleStorage::clearReplacementId function core/modules/image/src/ImageStyleStorage.php
ImageStyleStorage::getReplacementId function core/modules/image/src/ImageStyleStorage.php
ImageStyleStorage::setReplacementId function core/modules/image/src/ImageStyleStorage.php
ImageStyleStorageInterface interface core/modules/image/src/ImageStyleStorageInterface.php Interface for storage controller for "image style" configuration entities.
ImageStyleStorageInterface.php file core/modules/image/src/ImageStyleStorageInterface.php
ImageStyleStorageInterface::clearReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Clears a replacement ID from the storage.
ImageStyleStorageInterface::getReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Retrieves the replacement ID of a deleted image style.
ImageStyleStorageInterface::setReplacementId function core/modules/image/src/ImageStyleStorageInterface.php Stores a replacement ID for an image style being deleted.
ImageStyleTest class core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php JSON:API integration test for the "ImageStyle" config entity type.
ImageStyleTest class core/modules/image/tests/src/Unit/ImageStyleTest.php @coversDefaultClass \Drupal\image\Entity\ImageStyle
ImageStyleTest.php file core/modules/image/tests/src/Unit/ImageStyleTest.php
ImageStyleTest.php file core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest::$effectUuid property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The effect UUID.
ImageStyleTest::$entity property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest::$entityType property core/modules/image/tests/src/Unit/ImageStyleTest.php The entity type used for testing.
ImageStyleTest::$entityTypeId property core/modules/image/tests/src/Unit/ImageStyleTest.php The ID of the type of the entity under test.
ImageStyleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest::$entityTypeManager property core/modules/image/tests/src/Unit/ImageStyleTest.php The entity type manager used for testing.
ImageStyleTest::$modules property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php
ImageStyleTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php

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