Search for Image

  1. Search 7.x for Image
  2. Search 9.5.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/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
ImageTest::testIsValid function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::isValid().
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.
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 Modules to enable.
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 class core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php Defines a Plugin annotation object for the image toolkit plugin.
ImageToolkit.php file core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php
ImageToolkit::$id property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php The plugin ID.
ImageToolkit::$title property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php The title of the image toolkit.
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
ImageToolkitBase::$configFactory property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The config factory.
ImageToolkitBase::$logger property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php A logger instance.
ImageToolkitBase::$operationManager property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The image toolkit operation manager.
ImageToolkitBase::$source property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Path of the image file.
ImageToolkitBase::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Applies a toolkit operation to an image.
ImageToolkitBase::getRequirements function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets toolkit requirements in a format suitable for hook_requirements().
ImageToolkitBase::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets the source path of the image file.
ImageToolkitBase::getToolkitOperation function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets a toolkit operation plugin instance.
ImageToolkitBase::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Sets the source path of the image file.
ImageToolkitBase::validateConfigurationForm function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Form validation handler.
ImageToolkitBase::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Constructs an ImageToolkitBase object.
ImageToolkitForm class core/modules/system/src/Form/ImageToolkitForm.php Configures image toolkit settings for this site.
ImageToolkitForm.php file core/modules/system/src/Form/ImageToolkitForm.php
ImageToolkitForm::$availableToolkits property core/modules/system/src/Form/ImageToolkitForm.php An array containing currently available toolkits.
ImageToolkitForm::buildForm function core/modules/system/src/Form/ImageToolkitForm.php Form constructor.
ImageToolkitForm::create function core/modules/system/src/Form/ImageToolkitForm.php Instantiates a new instance of this class.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
ImageToolkitForm::getFormId function core/modules/system/src/Form/ImageToolkitForm.php Returns a unique string identifying the form.

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