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
QuickEditImageTest::testImageInPlaceEditor function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditImageTest.php Tests that quick editor works correctly with images.
QuickEditLoadingTest::testImageField function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php Tests that Quick Edit can handle an image field.
Random::image function core/lib/Drupal/Component/Utility/Random.php Create a placeholder image.
rdf_preprocess_image function core/modules/rdf/rdf.module Implements hook_preprocess_HOOK() for image.html.twig.
RelationshipNormalizerTest::$image1 property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php An image.
RelationshipNormalizerTest::$image2 property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php An image.
RelationshipNormalizerTest::$imageIds property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipNormalizerTest::$imageUids property core/modules/jsonapi/tests/src/Kernel/Normalizer/RelationshipNormalizerTest.php Static UUIDs for use in tests.
RelationshipUserImageDataTest class core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Tests image on user relationship handler.
RelationshipUserImageDataTest.php file core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
RelationshipUserImageDataTest::$modules property core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Modules to install.
RelationshipUserImageDataTest::$testViews property core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Views used by this test.
RelationshipUserImageDataTest::setUp function core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData function core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php Tests using the views image relationship.
ResizeImageEffect class core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Resizes an image resource.
ResizeImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Applies an image effect to the image object.
ResizeImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Gets default configuration for this plugin.
ResizeImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Returns a render array summarizing the configuration of the image effect.
ResizeImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php Determines the dimensions of the styled image.
responsive-image-formatter.html.twig file core/themes/stable9/templates/field/responsive-image-formatter.html.twig Theme override to display a formatted responsive image field.
responsive-image-formatter.html.twig file core/themes/stable/templates/field/responsive-image-formatter.html.twig Theme override to display a formatted responsive image field.
responsive-image-formatter.html.twig file core/modules/responsive_image/templates/responsive-image-formatter.html.twig Default theme implementation to display a formatted responsive image field.
responsive-image.html.twig file core/themes/stable9/templates/field/responsive-image.html.twig Theme override of a responsive image.
responsive-image.html.twig file core/themes/stable/templates/field/responsive-image.html.twig Theme override of a responsive image.
responsive-image.html.twig file core/modules/responsive_image/templates/responsive-image.html.twig Default theme implementation of a responsive image.
ResponsiveImage class core/modules/responsive_image/src/Element/ResponsiveImage.php Provides a responsive image element.
ResponsiveImage.php file core/modules/responsive_image/src/Element/ResponsiveImage.php
ResponsiveImage::getInfo function core/modules/responsive_image/src/Element/ResponsiveImage.php Returns the element properties for this element.
ResponsiveImageAdminUITest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php Thoroughly test the administrative interface of the Responsive Image module.
ResponsiveImageAdminUITest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
ResponsiveImageAdminUITest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php The theme to install as the default for testing.
ResponsiveImageAdminUITest::$modules property core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php Modules to enable.
ResponsiveImageAdminUITest::setUp function core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
ResponsiveImageAdminUITest::testResponsiveImageAdmin function core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php Tests responsive image administration functionality.
ResponsiveImageFieldDisplayTest class core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image display formatter.
ResponsiveImageFieldDisplayTest.php file core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
ResponsiveImageFieldDisplayTest::$defaultTheme property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php The theme to install as the default for testing.
ResponsiveImageFieldDisplayTest::$fileUrlGenerator property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php The file URL generator.
ResponsiveImageFieldDisplayTest::$modules property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Modules to enable.
ResponsiveImageFieldDisplayTest::$responsiveImgStyle property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Responsive image style entity instance we test with.
ResponsiveImageFieldDisplayTest::addTestImageStyleMappings function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Add image style mappings to the responsive image style entity.
ResponsiveImageFieldDisplayTest::assertResponsiveImageFieldFormattersLink function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters linked to the file or node.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display.
ResponsiveImageFieldDisplayTest::setUp function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatter on node display with an empty media query.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyStyle function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters when image style is empty.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersLinkToFile function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Tests responsive image formatters on node display linked to the file.

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