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
AdminUiTest::testImageUploadSettingsAreValidated function core/modules/ckeditor5/tests/src/FunctionalJavascript/AdminUiTest.php Tests that image upload settings (stored out of band) are validated too.
AjaxFormImageButtonTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests the Ajax image buttons work with key press events.
AjaxFormImageButtonTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
AjaxFormImageButtonTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
AjaxFormImageButtonTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests image buttons can be operated with the keyboard ENTER key.
AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace function core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Tests image buttons can be operated with the keyboard SPACE key.
AjaxFormsTestImageButtonForm class core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php Form builder: Builds a form that has image button with an ajax callback.
AjaxFormsTestImageButtonForm.php file core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxFormsTestImageButtonForm::buildForm function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxFormsTestImageButtonForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxFormsTestImageButtonForm::submitForm function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php
AjaxTestImageEffect class core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php Provides a test effect using Ajax in the configuration form.
AjaxTestImageEffect.php file core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::ajaxCallback function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php AJAX callback.
AjaxTestImageEffect::applyEffect function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::buildConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::defaultConfiguration function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AjaxTestImageEffect::submitConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
AvifImageEffect class core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Converts an image resource to AVIF, with fallback.
AvifImageEffect.php file core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php
AvifImageEffect::$imageToolkitManager property core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php The image toolkit manager.
AvifImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php
AvifImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php
AvifImageEffect::create function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php
AvifImageEffect::getDerivativeExtension function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php
AvifImageEffect::isAvifSupported function core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php Is AVIF supported by the image toolkit.
Callbacks::imageButtonCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback to confirm image button was submitted.
CKEditor5AllowedTagsTest::testImageUploadsRemainEnabled function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests that when image uploads were enabled, they remain enabled.
CKEditor5ImageController class core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Returns response for CKEditor 5 Simple image upload adapter.
CKEditor5ImageController.php file core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
CKEditor5ImageController::create function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
CKEditor5ImageController::generateLockIdFromFileUri function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Generates a lock ID based on the file URI.
CKEditor5ImageController::getImageUploadValidators function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Gets the image upload validators.
CKEditor5ImageController::imageUploadEnabledAccess function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Access check based on whether image upload is enabled or not.
CKEditor5ImageController::upload function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Uploads and saves an image from a CKEditor 5 POST.
CKEditor5ImageController::__construct function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php Constructs a new CKEditor5ImageController.
CKEditor5MediaController::getMediaImageSourceFieldName function core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php Gets the name of an image media item's source field.
Ckeditor5TestModuleAllowedImageHooks class core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/src/Hook/Ckeditor5TestModuleAllowedImageHooks.php Hook implementations for ckeditor5_test_module_allowed_image.
Ckeditor5TestModuleAllowedImageHooks.php file core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/src/Hook/Ckeditor5TestModuleAllowedImageHooks.php
Ckeditor5TestModuleAllowedImageHooks::ckeditor5PluginInfoAlter function core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/src/Hook/Ckeditor5TestModuleAllowedImageHooks.php Implements hook_ckeditor5_plugin_info_alter().
CKEditor5UpdateImageToolbarItemTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Tests the update path for the CKEditor 5 image toolbar item.
CKEditor5UpdateImageToolbarItemTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php
CKEditor5UpdateImageToolbarItemTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php The theme to install as the default for testing.
CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Gets the configured restrictions for the `filter_html` filter plugin.
CKEditor5UpdateImageToolbarItemTest::getSourceEditingRestrictions function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Gets the configured HTML restrictions for the Source Editing plugin.
CKEditor5UpdateImageToolbarItemTest::provider function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Data provider for ::test().
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Set database dump files to be used.
CKEditor5UpdateImageToolbarItemTest::test function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Tests that `uploadImage` toolbar item is updated to `drupalInsertImage`.
ckeditor5_test_module_allowed_image.info.yml file core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.info.yml core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.info.yml

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