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 10.3.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
ImageStyleJsonBasicAuthTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php The MIME type that corresponds to $format.
ImageStyleJsonBasicAuthTest::$modules property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonBasicAuthTest.php Modules to install.
ImageStyleJsonCookieTest class core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php @group rest
ImageStyleJsonCookieTest.php file core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php
ImageStyleJsonCookieTest::$auth property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The authentication mechanism to use in this test.
ImageStyleJsonCookieTest::$defaultTheme property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The theme to install as the default for testing.
ImageStyleJsonCookieTest::$format property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The format to use in this test.
ImageStyleJsonCookieTest::$mimeType property core/modules/image/tests/src/Functional/Rest/ImageStyleJsonCookieTest.php The MIME type that corresponds to $format.
ImageStyleListBuilder class core/modules/image/src/ImageStyleListBuilder.php Defines a class to build a listing of image style entities.
ImageStyleListBuilder.php file core/modules/image/src/ImageStyleListBuilder.php
ImageStyleListBuilder::buildHeader function core/modules/image/src/ImageStyleListBuilder.php Builds the header row for the entity listing.
ImageStyleListBuilder::buildRow function core/modules/image/src/ImageStyleListBuilder.php Builds a row for an entity in the entity listing.
ImageStyleListBuilder::getDefaultOperations function core/modules/image/src/ImageStyleListBuilder.php Gets this list's default operations.
ImageStyleListBuilder::render function core/modules/image/src/ImageStyleListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ImageStyleMappings class core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php Transforms image style mappings.
ImageStyleMappings.php file core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php
ImageStyleMappings::getMultiplierSettings function core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php Extracts multiplier settings based on its type.
ImageStyleMappings::transform function core/modules/responsive_image/src/Plugin/migrate/process/ImageStyleMappings.php Performs the associated process.
ImageStyleResourceTestBase class core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php ResourceTestBase for ImageStyle entity.
ImageStyleResourceTestBase.php file core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::$effectUuid property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The effect UUID.
ImageStyleResourceTestBase::$entity property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The ImageStyle entity.
ImageStyleResourceTestBase::$entityTypeId property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::$modules property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::createEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::getExpectedNormalizedEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleResourceTestBase::imageStyleResourceTestBaseSkipTests function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php Marks some tests as skipped because XML cannot be deserialized.
ImageStyleResourceTestBase::setUpAuthorization function core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php
ImageStyleRoutes class core/modules/image/src/Routing/ImageStyleRoutes.php Defines a route subscriber to register a URL for serving image styles.
ImageStyleRoutes.php file core/modules/image/src/Routing/ImageStyleRoutes.php
ImageStyleRoutes::$streamWrapperManager property core/modules/image/src/Routing/ImageStyleRoutes.php The stream wrapper manager service.
ImageStyleRoutes::create function core/modules/image/src/Routing/ImageStyleRoutes.php Instantiates a new instance of this class.
ImageStyleRoutes::routes function core/modules/image/src/Routing/ImageStyleRoutes.php Returns an array of route objects.
ImageStyleRoutes::__construct function core/modules/image/src/Routing/ImageStyleRoutes.php Constructs a new ImageStyleRoutes object.
ImageStyles class core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php Drupal 7 image styles source from database.
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 Returns available fields on the source.
ImageStyles::getIds function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php Defines the source fields uniquely identifying a source row.
ImageStyles::prepareRow function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php Adds additional data to the row.
ImageStyles::query function core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php Prepares query object to retrieve data from the source database.
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 The theme to install as the default for testing.
ImageStylesPathAndUrlTest::$modules property core/modules/image/tests/src/Functional/ImageStylesPathAndUrlTest.php Modules to install.
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().

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