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
ImageStyleFlushTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageStyleFlushTest.php
ImageStyleFlushTest::createSampleImage function core/modules/image/tests/src/Functional/ImageStyleFlushTest.php Given an image style and a wrapper, generate an image.
ImageStyleFlushTest::getImageCount function core/modules/image/tests/src/Functional/ImageStyleFlushTest.php Count the number of images currently created for a style in a wrapper.
ImageStyleFlushTest::testFlush function core/modules/image/tests/src/Functional/ImageStyleFlushTest.php General test to flush a style.
ImageStyleFormBase class core/modules/image/src/Form/ImageStyleFormBase.php Base form for image style add and edit forms.
ImageStyleFormBase.php file core/modules/image/src/Form/ImageStyleFormBase.php
ImageStyleFormBase::$entity property core/modules/image/src/Form/ImageStyleFormBase.php The entity being used by this form.
ImageStyleFormBase::$imageStyleStorage property core/modules/image/src/Form/ImageStyleFormBase.php The image style entity storage.
ImageStyleFormBase::create function core/modules/image/src/Form/ImageStyleFormBase.php
ImageStyleFormBase::form function core/modules/image/src/Form/ImageStyleFormBase.php
ImageStyleFormBase::save function core/modules/image/src/Form/ImageStyleFormBase.php
ImageStyleFormBase::__construct function core/modules/image/src/Form/ImageStyleFormBase.php Constructs a base class for image style add and edit forms.
ImageStyleHalJsonAnonTest class core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonAnonTest.php @group hal
@group legacy
ImageStyleHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonAnonTest.php
ImageStyleHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonAnonTest.php
ImageStyleHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonAnonTest.php
ImageStyleHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonAnonTest.php
ImageStyleHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonAnonTest.php
ImageStyleHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php @group hal
@group legacy
ImageStyleHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonBasicAuthTest.php
ImageStyleHalJsonCookieTest class core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php @group hal
@group legacy
ImageStyleHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php
ImageStyleHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php
ImageStyleHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php
ImageStyleHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php
ImageStyleHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php
ImageStyleHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/image/ImageStyleHalJsonCookieTest.php
ImageStyleIntegrationTest class core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Tests the integration of ImageStyle with the core.
ImageStyleIntegrationTest.php file core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
ImageStyleIntegrationTest::$modules property core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
ImageStyleIntegrationTest::setUp function core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
ImageStyleIntegrationTest::testEntityDisplayDependency function core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Tests the dependency between ImageStyle and entity display components.
ImageStyleIntegrationTest::testEntityDisplayDependencyRename function core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php Tests renaming the ImageStyle.
ImageStyleInterface interface core/modules/image/src/ImageStyleInterface.php Provides an interface defining an image style entity.
ImageStyleInterface.php file core/modules/image/src/ImageStyleInterface.php
ImageStyleInterface::addImageEffect function core/modules/image/src/ImageStyleInterface.php Saves an image effect for this style.
ImageStyleInterface::buildUri function core/modules/image/src/ImageStyleInterface.php Returns the URI of this image when using this style.
ImageStyleInterface::buildUrl function core/modules/image/src/ImageStyleInterface.php Returns the URL of this image derivative for an original image path or URI.
ImageStyleInterface::createDerivative function core/modules/image/src/ImageStyleInterface.php Creates a new image derivative based on this image style.
ImageStyleInterface::deleteImageEffect function core/modules/image/src/ImageStyleInterface.php Deletes an image effect from this style.
ImageStyleInterface::flush function core/modules/image/src/ImageStyleInterface.php Flushes cached media for this style.
ImageStyleInterface::getDerivativeExtension function core/modules/image/src/ImageStyleInterface.php Determines the extension of the derivative without generating it.
ImageStyleInterface::getEffect function core/modules/image/src/ImageStyleInterface.php Returns a specific image effect.
ImageStyleInterface::getEffects function core/modules/image/src/ImageStyleInterface.php Returns the image effects for this style.
ImageStyleInterface::getName function core/modules/image/src/ImageStyleInterface.php Returns the image style.

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