| 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 |
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. |
| 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::$fileSystem |
property |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The file system service. |
| CKEditor5ImageController::$fileUploadHandler |
property |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The file upload handler. |
| CKEditor5ImageController::$lock |
property |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The lock. |
| CKEditor5ImageController::$pluginManager |
property |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The CKEditor 5 plugin manager. |
| CKEditor5ImageController::create |
function |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
Instantiates a new instance of the implementing class using autowiring. |
| CKEditor5ImageController::DEFAULT_IMAGE_EXTENSIONS |
constant |
core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php |
The default allowed image extensions. |
| 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_post_update_image_toolbar_item |
function |
core/modules/ckeditor5/ckeditor5.post_update.php |
The image toolbar item changed from `uploadImage` 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 |
A module to add a custom image type for CKEditor 5. |
| 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. |