| 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. |
| 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 |
Applies an image effect to the image object. |
| AvifImageEffect::buildConfigurationForm |
function |
core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php |
Form constructor. |
| AvifImageEffect::create |
function |
core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php |
Instantiates a new instance of the implementing class using autowiring. |
| AvifImageEffect::getDerivativeExtension |
function |
core/modules/image/src/Plugin/ImageEffect/AvifImageEffect.php |
Returns the extension of the derivative after applying this image effect. |
| 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 |
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. |
| CKEditor5ImageControllerTest |
class |
core/modules/ckeditor5/tests/src/Unit/CKEditor5ImageControllerTest.php |
Tests CKEditor5ImageController. |
| CKEditor5ImageControllerTest.php |
file |
core/modules/ckeditor5/tests/src/Unit/CKEditor5ImageControllerTest.php |
|
| CKEditor5ImageControllerTest::testInvalidFile |
function |
core/modules/ckeditor5/tests/src/Unit/CKEditor5ImageControllerTest.php |
Tests that upload fails correctly when the file is too large. |
| 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(). |
| 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 |
| 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. |