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 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/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
d7_image_settings.yml file core/modules/image/migrations/d7_image_settings.yml core/modules/image/migrations/d7_image_settings.yml
d7_image_styles.yml file core/modules/image/migrations/d7_image_styles.yml core/modules/image/migrations/d7_image_styles.yml
d7_responsive_image_styles.yml file core/modules/responsive_image/migrations/d7_responsive_image_styles.yml core/modules/responsive_image/migrations/d7_responsive_image_styles.yml
DenyNodePreviewTest::providerPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Provides data and expected results for the test method.
DenyNodePreviewTest::testPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Asserts that caching is denied on the node preview route.
DenyPrivateImageStyleDownload class core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php Cache policy for image preview page.
DenyPrivateImageStyleDownload.php file core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php
DenyPrivateImageStyleDownload::$routeMatch property core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php The current route match.
DenyPrivateImageStyleDownload::check function core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php
DenyPrivateImageStyleDownload::__construct function core/modules/image/src/PageCache/DenyPrivateImageStyleDownload.php Constructs a deny image preview page cache policy.
DenyPrivateImageStyleDownloadTest class core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php @coversDefaultClass \Drupal\image\PageCache\DenyPrivateImageStyleDownload
@group image
DenyPrivateImageStyleDownloadTest.php file core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::$policy property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The response policy under test.
DenyPrivateImageStyleDownloadTest::$request property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A request object.
DenyPrivateImageStyleDownloadTest::$response property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A response object.
DenyPrivateImageStyleDownloadTest::$routeMatch property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The current route match.
DenyPrivateImageStyleDownloadTest::providerPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Provides data and expected results for the test method.
DenyPrivateImageStyleDownloadTest::setUp function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::testPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Asserts that caching is denied on the private image style download route.
DesaturateImageEffect class core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php Desaturates (grayscale) an image resource.
DesaturateImageEffect.php file core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php
DesaturateImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php Applies an image effect to the image object.
Drupal\Core\ImageToolkit\ImageToolkitManager service core/core.services.yml
Drupal\Core\ImageToolkit\ImageToolkitOperationManagerInterface service core/core.services.yml
Drupal\Core\Image\ImageFactory service core/core.services.yml
DummyImageFormatter class core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php Plugin implementation of the Dummy image formatter.
DummyImageFormatter.php file core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php
DummyImageFormatter::viewElements function core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyImageFormatter.php Builds a renderable array for a field value.
editor.editor.private_images.yml file core/modules/editor/tests/modules/editor_private_test/config/install/editor.editor.private_images.yml core/modules/editor/tests/modules/editor_private_test/config/install/editor.editor.private_images.yml
editor.editor.test_format_image.yml file core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml core/modules/ckeditor5/tests/fixtures/update/editor.editor.test_format_image.yml
Editor::$image_upload property core/modules/editor/src/Entity/Editor.php The structured array of image upload settings.
Editor::getImageUploadSettings function core/modules/editor/src/Entity/Editor.php Returns the image upload settings.
Editor::setImageUploadSettings function core/modules/editor/src/Entity/Editor.php Sets the image upload settings.
EditorAddLazyLoadImageFilterUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests adding editor_image_lazy_load filter to editor_file_reference.
EditorAddLazyLoadImageFilterUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php
EditorAddLazyLoadImageFilterUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php The theme to install as the default for testing.
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Set database dump files to be used.
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests upgrading filter settings.
EditorDeprecationTest::testEditorImageDialog function core/modules/editor/tests/src/Kernel/EditorDeprecationTest.php Tests the deprecation of the Drupal\editor\Form\EditorImageDialog class.
EditorDialogAccessTest::testEditorImageDialogAccess function core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php Tests access to the editor image dialog.
EditorFileReference::$imageFactory property core/modules/editor/src/Plugin/Filter/EditorFileReference.php The image factory.
EditorImageDialog class core/modules/editor/src/Form/EditorImageDialog.php Provides an image dialog for text editors.
EditorImageDialog.php file core/modules/editor/src/Form/EditorImageDialog.php
EditorImageDialog::$fileStorage property core/modules/editor/src/Form/EditorImageDialog.php The file storage service.
EditorImageDialog::buildForm function core/modules/editor/src/Form/EditorImageDialog.php
EditorImageDialog::create function core/modules/editor/src/Form/EditorImageDialog.php Instantiates a new instance of this class.
EditorImageDialog::getFormId function core/modules/editor/src/Form/EditorImageDialog.php Returns a unique string identifying the form.
EditorImageDialog::submitForm function core/modules/editor/src/Form/EditorImageDialog.php Form submission handler.
EditorImageDialog::__construct function core/modules/editor/src/Form/EditorImageDialog.php Constructs a form object for image dialog.
EditorImageDialogTest class core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Tests EditorImageDialog validation and conversion functionality.

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