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
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.
template_preprocess_image_anchor function core/modules/image/image.module Prepares variables for image anchor templates.
template_preprocess_image_formatter function core/modules/image/image.module Prepares variables for image formatter templates.
template_preprocess_image_style function core/modules/image/image.module Prepares variables for image style templates.
template_preprocess_image_style_preview function core/modules/image/image.module Prepares variables for image style preview templates.
template_preprocess_image_widget function core/modules/image/image.module Prepares variables for image widget templates.
template_preprocess_responsive_image function core/modules/responsive_image/responsive_image.module Prepares variables for a responsive image.
template_preprocess_responsive_image_formatter function core/modules/responsive_image/responsive_image.module Prepares variables for responsive image formatter templates.
ToolbarItemConditionsMetConstraint::$imageUploadStatusRequiredMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when the required image upload status is not set.
ToolkitGdTest::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php The image factory service.
ToolkitGdTest::pngImageProvider function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Provides a list of PNG image URIs for testing.
ToolkitGdTest::providerSupportedImageTypes function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Data provider for ::testCreateImageFromScratch().
ToolkitGdTest::providerTestImageFiles function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Data provider for ::testManipulations().
ToolkitGdTest::testCreateImageFromScratch function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests creation of image from scratch, and saving to storage.
ToolkitGdTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests for GIF images with transparency.
ToolkitTest::$image property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Testing image.
ToolkitTest::$imageEffectPluginManager property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php The image effect plugin manager service.
ToolkitTestTrait::assertImageEffect function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Asserts the effect processing of an image effect plugin.
ToolkitTestTrait::getImage function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Sets up an image with the custom toolkit.
ToolkitTestTrait::imageTestGetAllCalls function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Gets an array of calls to the 'test' toolkit.
ToolkitTestTrait::imageTestReset function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Resets/initializes the history of calls to the test toolkit functions.
umami_preprocess_image_widget function core/profiles/demo_umami/themes/umami/umami.theme Implements hook_preprocess_image_widget().
UnicornEditor::validateImageUploadSettings function core/modules/editor/tests/modules/editor_test/src/Plugin/Editor/UnicornEditor.php Render API callback: Image upload handler for confirmation form.
UriDependentTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Performs an image operation that depends on the URI of the original image.
UriDependentTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
UriDependentTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Applies an image effect to the image object.
UriDependentTestImageEffect::getUriDependentDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Make the image dimensions dependent on the image file extension.
UriDependentTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Determines the dimensions of the styled image.
views.view.test_image_user_image_data.yml file core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml
ViewsConfigDependenciesIntegrationTest::testImage function core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php Tests integration with image module.
ViewsIntegrationTest::RESPONSIVE_IMAGE_STYLE_ID constant core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php The responsive image style ID to use.
ViewsIntegrationTest::testViewsAddResponsiveImageField function core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Tests integration with Views.
WidgetOverflowTest::$image property core/modules/media_library/tests/src/FunctionalJavascript/WidgetOverflowTest.php The test image file.
_claro_preprocess_file_and_image_widget function core/themes/claro/claro.theme Helper pre-process callback for file_managed_file and image_widget.

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