| ImageToolkitOperationManager::$logger |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
A logger instance. |
| ImageToolkitOperationManager::$toolkitManager |
property |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
The image toolkit manager. |
| ImageToolkitOperationManager::createInstance |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
Creates a plugin instance based on the provided ID and configuration. |
| ImageToolkitOperationManager::getToolkitOperation |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
Returns a toolkit operation plugin instance. |
| ImageToolkitOperationManager::getToolkitOperationPluginId |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
Returns the plugin ID for a given toolkit and operation. |
| ImageToolkitOperationManager::__construct |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php |
Constructs the ImageToolkitOperationManager object. |
| ImageToolkitOperationManagerInterface |
interface |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php |
Defines an interface for image toolkit operation managers. |
| ImageToolkitOperationManagerInterface.php |
file |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php |
|
| ImageToolkitOperationManagerInterface::getToolkitOperation |
function |
core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManagerInterface.php |
Returns a toolkit operation plugin instance. |
| ImageUploadAccessTest |
class |
core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php |
Test image upload access. |
| ImageUploadAccessTest.php |
file |
core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php |
|
| ImageUploadAccessTest::testCkeditor5ImageUploadRoute |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php |
Test access to the CKEditor 5 image upload controller. |
| ImageUploadTest |
class |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Test image upload. |
| ImageUploadTest.php |
file |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
|
| ImageUploadTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
The theme to install as the default for testing. |
| ImageUploadTest::$modules |
property |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Modules to install. |
| ImageUploadTest::$user |
property |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
A user without any particular permissions to be used in testing. |
| ImageUploadTest::createBasicFormat |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Create a basic_html text format for the editor to reference. |
| ImageUploadTest::createEditorWithUpload |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Create an editor entity with image_upload config. |
| ImageUploadTest::getTestImageByStat |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Return the first image matching $condition. |
| ImageUploadTest::getUploadUrl |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Provides the image upload URL. |
| ImageUploadTest::setUp |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
|
| ImageUploadTest::testFileUploadLargerFileSize |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Tests using the file upload route with a file size larger than allowed. |
| ImageUploadTest::testLockAfterFailedValidation |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Test that lock is removed after a failed validation. |
| ImageUploadTest::testUploadFileExtension |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Tests using the file upload route with a disallowed extension. |
| ImageUploadTest::uploadRequest |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadTest.php |
Make upload request to a controller. |
| ImageUrlFormatter |
class |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Plugin implementation of the 'image_url' formatter. |
| ImageUrlFormatter.php |
file |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
|
| ImageUrlFormatter::$currentUser |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
The current user. |
| ImageUrlFormatter::$imageStyleStorage |
property |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
The image style entity storage. |
| ImageUrlFormatter::create |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Instantiates a new instance of the implementing class using autowiring. |
| ImageUrlFormatter::defaultSettings |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Defines the default settings for this plugin. |
| ImageUrlFormatter::settingsForm |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Returns a form to configure settings for the formatter. |
| ImageUrlFormatter::settingsSummary |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Returns a short summary for the current formatter settings. |
| ImageUrlFormatter::viewElements |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Builds a renderable array for a field value. |
| ImageUrlFormatter::__construct |
function |
core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php |
Constructs an ImageFormatter object. |
| ImageUrlProviderTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image. |
| ImageUrlProviderTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php |
|
| ImageUrlTest |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php |
Tests Drupal\ckeditor5\Plugin\CKEditor5Plugin\Image. |
| ImageUrlTest.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php |
|
| ImageUrlTest::testImageUrlWidget |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php |
Tests the Drupal image URL widget. |
| ImageUrlTestBase |
class |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php |
Provides a base class for testing CKEditor 5 image URL insertion. |
| ImageUrlTestBase.php |
file |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php |
|
| ImageUrlTestBase::setUp |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php |
|
| ImageViewsDataTest |
class |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
Tests image views data. |
| ImageViewsDataTest.php |
file |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
|
| ImageViewsDataTest::$modules |
property |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
Modules to install. |
| ImageViewsDataTest::setUp |
function |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
|
| ImageViewsDataTest::testRelationshipViewsData |
function |
core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php |
Tests views data generated for image field relationship. |
| ImageViewsHooks |
class |
core/modules/image/src/Hook/ImageViewsHooks.php |
Hook implementations for image. |