| 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 enable.           | 
              
          
                                                                                        | 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           | 
                                                                                        Form constructor.           | 
              
          
                                                                                        | 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           | 
                                                                                        Form submission handler.           | 
              
          
                                                                                        | Callbacks::imageButtonCallback           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php           | 
                                                                                        Ajax callback to confirm image button was submitted.           | 
              
          
                                                                                        | ckeditor.drupalimagecaption.css           | 
                                                                                        file           | 
                                                                                        core/themes/stable/css/ckeditor/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css           | 
                                                                                        Image Caption: overrides to make centered alignment work inside CKEditor.           | 
              
          
                                                                                        | ckeditor.drupalimagecaption.css           | 
                                                                                        file           | 
                                                                                        core/modules/ckeditor/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css           | 
                                                                                        Image Caption: overrides to make centered alignment work inside CKEditor.           | 
              
          
                                                                                        | CKEditorIntegrationTest::testDrupalImageCaptionDialog           | 
                                                                                        function           | 
                                                                                        core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php           | 
                                                                                        Tests if the Drupal Image Caption plugin appears and works as expected.           | 
              
          
                                                                                        | CKEditorIntegrationTest::testDrupalImageDialog           | 
                                                                                        function           | 
                                                                                        core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php           | 
                                                                                        Tests if the Image button appears and works as expected.           | 
              
          
                                                                                        | CKEditorToolbarButtonTest::testImageButtonDisplay           | 
                                                                                        function           | 
                                                                                        core/modules/ckeditor/tests/src/Functional/CKEditorToolbarButtonTest.php           | 
                                                                                        Method tests CKEditor image buttons.           | 
              
          
                                                                                        | claro_preprocess_image_widget           | 
                                                                                        function           | 
                                                                                        core/themes/claro/claro.theme           | 
                                                                                        Implements hook_preprocess_HOOK() for image_widget.           | 
              
          
                                                                                        | classy_preprocess_image_widget           | 
                                                                                        function           | 
                                                                                        core/themes/classy/classy.theme           | 
                                                                                        Implements hook_preprocess_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           | 
                                                                                        Form submission handler.           | 
              
          
                                                                                        | ConfigurableImageEffectBase::validateConfigurationForm           | 
                                                                                        function           | 
                                                                                        core/modules/image/src/ConfigurableImageEffectBase.php           | 
                                                                                        Form validation handler.           | 
              
          
                                                                                        | ConfigurableImageEffectInterface           | 
                                                                                        interface           | 
                                                                                        core/modules/image/src/ConfigurableImageEffectInterface.php           | 
                                                                                        Defines the interface for configurable image effects.           | 
              
          
                                                                                        | ConfigurableImageEffectInterface.php           | 
                                                                                        file           | 
                                                                                        core/modules/image/src/ConfigurableImageEffectInterface.php           | 
                                                                                                   | 
              
          
                                                                                        | ContentTranslationSyncImageTest           | 
                                                                                        class           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        Tests the field synchronization behavior for the image field.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest.php           | 
                                                                                        file           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ContentTranslationSyncImageTest::$cardinality           | 
                                                                                        property           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        The cardinality of the image field.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::$files           | 
                                                                                        property           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        The test image files.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::$modules           | 
                                                                                        property           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        Modules to enable.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::getEditorPermissions           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        Returns an array of permissions needed for the editor.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::saveEntity           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        Saves the passed entity and reloads it, enabling compatibility mode.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::setUp           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ContentTranslationSyncImageTest::setupTestFields           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        Creates the test image field.           | 
              
          
                                                                                        | ContentTranslationSyncImageTest::testImageFieldSync           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php           | 
                                                                                        Tests image field field synchronization.           | 
              
          
                                                                                        | ConvertImageEffect           | 
                                                                                        class           | 
                                                                                        core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php           | 
                                                                                        Converts an image resource.           | 
              
          
                                                                                        | ConvertImageEffect.php           | 
                                                                                        file           | 
                                                                                        core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php           | 
                                                                                                   | 
              
          
                                                                                        | ConvertImageEffect::applyEffect           | 
                                                                                        function           | 
                                                                                        core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php           | 
                                                                                        Applies an image effect to the image object.           | 
              
          
                                                                                        | ConvertImageEffect::buildConfigurationForm           | 
                                                                                        function           | 
                                                                                        core/modules/image/src/Plugin/ImageEffect/ConvertImageEffect.php           | 
                                                                                        Form constructor.           |