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
responsive_image_theme function core/modules/responsive_image/responsive_image.module Implements hook_theme().
RotateImageEffect class core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Rotates an image resource.
RotateImageEffect.php file core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RotateImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Applies an image effect to the image object.
RotateImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RotateImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Gets default configuration for this plugin.
RotateImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Returns a render array summarizing the configuration of the image effect.
RotateImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
RotateImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Determines the dimensions of the styled image.
RotateImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php
SaveUploadFormTest::$image property core/modules/file/tests/src/Functional/SaveUploadFormTest.php An image file path for uploading.
SaveUploadFormTest::$imageExtension property core/modules/file/tests/src/Functional/SaveUploadFormTest.php Extension of the image filename.
SaveUploadTest::$image property core/modules/file/tests/src/Functional/SaveUploadTest.php An image file path for uploading.
SaveUploadTest::$imageExtension property core/modules/file/tests/src/Functional/SaveUploadTest.php Extension of the image filename.
ScaleAndCropImageEffect class core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Scales and crops an image resource.
ScaleAndCropImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php
ScaleAndCropImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Applies an image effect to the image object.
ScaleAndCropImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php Returns a render array summarizing the configuration of the image effect.
ScaleImageEffect class core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Scales an image resource.
ScaleImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Applies an image effect to the image object.
ScaleImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Gets default configuration for this plugin.
ScaleImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Returns a render array summarizing the configuration of the image effect.
ScaleImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
ScaleImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php Determines the dimensions of the styled image.
ScaleImageEffect::validateConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
SettingsConfigValidationTest::testPreviewImagePathIsValidated function core/modules/image/tests/src/Kernel/SettingsConfigValidationTest.php Tests that the preview_image setting must be an existing image file.
StandardRecipeInstallTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installs the responsive image module.
StandardRecipeTest::installResponsiveImage function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeTest.php Installs the responsive image module.
StandardTestTrait::installResponsiveImage function core/profiles/standard/tests/src/Traits/StandardTestTrait.php Installs the responsive image module.
starterkit_theme_preprocess_image_widget function core/themes/starterkit_theme/starterkit_theme.theme Implements hook_preprocess_image_widget().
StateValuesCleanAdvancedTest::$image property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php An image file path for uploading.
system.image.gd.yml file core/modules/system/config/install/system.image.gd.yml core/modules/system/config/install/system.image.gd.yml
system.image.gd.yml file core/tests/fixtures/config_install/testing_config_install/system.image.gd.yml core/tests/fixtures/config_install/testing_config_install/system.image.gd.yml
system.image.gd.yml file core/tests/fixtures/config_install/multilingual/system.image.gd.yml core/tests/fixtures/config_install/multilingual/system.image.gd.yml
system.image.test_toolkit.yml file core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml
system.image.yml file core/modules/system/config/install/system.image.yml core/modules/system/config/install/system.image.yml
system.image.yml file core/tests/fixtures/config_install/testing_config_install/system.image.yml core/tests/fixtures/config_install/testing_config_install/system.image.yml
system.image.yml file core/tests/fixtures/config_install/multilingual/system.image.yml core/tests/fixtures/config_install/multilingual/system.image.yml
system_image.yml file core/modules/system/migrations/system_image.yml core/modules/system/migrations/system_image.yml
system_image_gd.yml file core/modules/system/migrations/system_image_gd.yml core/modules/system/migrations/system_image_gd.yml
TaxonomyImageTest class core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Tests image upload on taxonomy terms.
TaxonomyImageTest.php file core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TaxonomyImageTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php The theme to install as the default for testing.
TaxonomyImageTest::$modules property core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Modules to install.
TaxonomyImageTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php The taxonomy vocabulary used for the test.
TaxonomyImageTest::setUp function core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
TaxonomyImageTest::testTaxonomyImageUpload function core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php Tests that a file can be uploaded before the taxonomy term has a name.
template_preprocess_image function core/includes/theme.inc Prepares variables for image templates.

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