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 The theme to install as the default for testing.
AjaxFormImageButtonTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php Modules to install.
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 Form constructor.
AjaxFormsTestImageButtonForm::getFormId function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php Returns a unique string identifying the form.
AjaxFormsTestImageButtonForm::submitForm function core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestImageButtonForm.php Form submission handler.
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 Applies an image effect to the image object.
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 Gets default configuration for this plugin.
AjaxTestImageEffect::submitConfigurationForm function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
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 Instantiates a new instance of the implementing class using autowiring.
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.
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
ckeditor5_test_module_allowed_image.module file core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.module
ckeditor5_test_module_allowed_image_ckeditor5_plugin_info_alter function core/modules/ckeditor5/tests/modules/ckeditor5_test_module_allowed_image/ckeditor5_test_module_allowed_image.module Implements hook_ckeditor5_plugin_info_alter().
claro_preprocess_image_widget function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for image_widget.
ConfigEntityImportTest::doImageStyleUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating an image style during import.
ConfigTranslationListUiTest::doImageStyleListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the image style listing for the translate operation.
ConfigTranslationListUiTest::doResponsiveImageListTest function core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php Tests the responsive image mapping listing for the translate operation.
ConfigurableImageEffectBase class core/modules/image/src/ConfigurableImageEffectBase.php Provides a base class for configurable image effects.
ConfigurableImageEffectBase.php file core/modules/image/src/ConfigurableImageEffectBase.php
ConfigurableImageEffectBase::submitConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php
ConfigurableImageEffectBase::validateConfigurationForm function core/modules/image/src/ConfigurableImageEffectBase.php
ConfigurableImageEffectInterface interface core/modules/image/src/ConfigurableImageEffectInterface.php Defines the interface for configurable image effects.

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