Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
ImageToolkitOperationBase::setToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Set the image toolkit instance for this operation.
ImageToolkitOperationBase::validateArguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Validates the arguments.
ImageToolkitOperationBase::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Constructs an image toolkit operation plugin.
ImageToolkitOperationInterface interface core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Defines an interface for image toolkit operations.
ImageToolkitOperationInterface.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php
ImageToolkitOperationInterface::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Applies a toolkit specific operation to an image.
ImageToolkitOperationInterface::setToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Set the image toolkit instance for this operation.
ImageToolkitOperationManager class core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php Manages toolkit operation plugins.
ImageToolkitOperationManager.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php
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::$imageStyleStorage property core/modules/image/src/Plugin/Field/FieldFormatter/ImageUrlFormatter.php The image style entity storage.
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 a FormatterBase 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

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