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
ImageInterface::scale function core/lib/Drupal/Core/Image/ImageInterface.php Scales an image while maintaining aspect ratio.
ImageInterface::scaleAndCrop function core/lib/Drupal/Core/Image/ImageInterface.php Scales an image to the exact width and height given.
ImageItem class core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Plugin implementation of the 'image' field type.
ImageItem.php file core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::defaultFieldSettings function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::defaultImageForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Builds the default_image details element.
ImageItem::defaultStorageSettings function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::fieldSettingsForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::generateSampleValue function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::isDisplayed function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Determines whether an item should be displayed when rendering the field.
ImageItem::preSave function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::propertyDefinitions function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::schema function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::storageSettingsForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::storageSettingsSummary function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php
ImageItem::validateDefaultImageForm function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Validates the managed_file element for the default Image form.
ImageItem::validateResolution function core/modules/image/src/Plugin/Field/FieldType/ImageItem.php Element validate function for dimensions fields.
ImageItemTest class core/modules/image/tests/src/Kernel/ImageItemTest.php Tests using entity fields of the image field type.
ImageItemTest.php file core/modules/image/tests/src/Kernel/ImageItemTest.php
ImageItemTest::$image property core/modules/image/tests/src/Kernel/ImageItemTest.php Created file entity.
ImageItemTest::$imageFactory property core/modules/image/tests/src/Kernel/ImageItemTest.php
ImageItemTest::$modules property core/modules/image/tests/src/Kernel/ImageItemTest.php Modules to install.
ImageItemTest::setUp function core/modules/image/tests/src/Kernel/ImageItemTest.php Set the default field storage backend for fields created during tests.
ImageItemTest::testImageItem function core/modules/image/tests/src/Kernel/ImageItemTest.php Tests using entity fields of the image field type.
ImageItemTest::testImageItemMalformed function core/modules/image/tests/src/Kernel/ImageItemTest.php Tests a malformed image.
ImageItemTest::testImageItemSampleValueGeneration function core/modules/image/tests/src/Kernel/ImageItemTest.php Tests generateSampleItems() method under different dimensions.
ImageLazyLoadController class core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php The ImageLazyLoadController class.
ImageLazyLoadController.php file core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php
ImageLazyLoadController::renderImage function core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php Render an image using image theme.
ImageLoadingAttributeTest class core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Tests lazy loading for images.
ImageLoadingAttributeTest.php file core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php
ImageLoadingAttributeTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php The theme to install as the default for testing.
ImageLoadingAttributeTest::$modules property core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Modules to install.
ImageLoadingAttributeTest::testImageLoadingAttribute function core/modules/system/tests/src/Functional/Theme/ImageLoadingAttributeTest.php Tests that loading attribute is enabled for images.
ImageModuleTestHooks class core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php Hook implementations for image_module_test.
ImageModuleTestHooks.php file core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php
ImageModuleTestHooks::imageEffectInfoAlter function core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php Implements hook_image_effect_info_alter().
ImageModuleTestHooks::imageStyleFlush function core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php Implements hook_image_style_flush().
ImageModuleTestHooks::imageStylePresave function core/modules/image/tests/modules/image_module_test/src/Hook/ImageModuleTestHooks.php Implements hook_image_style_presave().
ImageOnTranslatedEntityTest class core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Uploads images to translated nodes.
ImageOnTranslatedEntityTest.php file core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
ImageOnTranslatedEntityTest::$defaultTheme property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The theme to install as the default for testing.
ImageOnTranslatedEntityTest::$fieldName property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php The name of the image field used in the test.
ImageOnTranslatedEntityTest::$modules property core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Modules to install.
ImageOnTranslatedEntityTest::setUp function core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
ImageOnTranslatedEntityTest::testSyncedImages function core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php Tests synced file fields on translated nodes.
ImageResize class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php CKEditor 5 ImageResize plugin.
ImageResize.php file core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php
ImageResize::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php
ImageResize::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ImageResize.php

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