Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
ImageToolkitBase::validateConfigurationForm function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
ImageToolkitBase::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Constructs an ImageToolkitBase object.
ImageToolkitForm::$availableToolkits property core/modules/system/src/Form/ImageToolkitForm.php An array containing currently available toolkits.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
ImageToolkitForm::submitForm function core/modules/system/src/Form/ImageToolkitForm.php Form submission handler.
ImageToolkitForm::__construct function core/modules/system/src/Form/ImageToolkitForm.php Constructs an ImageToolkitForm object.
ImageToolkitInterface::getRequirements function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Gets toolkit requirements in a format suitable for hook_requirements().
ImageToolkitInterface::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Gets the source path of the image file.
ImageToolkitInterface::getSupportedExtensions function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns a list of image file extensions supported by the toolkit.
ImageToolkitInterface::isAvailable function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Verifies that the Image Toolkit is set up correctly.
ImageToolkitInterface::isValid function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Checks if the image is valid.
ImageToolkitInterface::parseFile function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Determines if a file contains a valid image.
ImageToolkitInterface::save function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Writes an image resource to a destination file.
ImageToolkitInterface::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Sets the source path of the image file.
ImageToolkitManager::getAllValidExtensions function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Returns all valid extensions.
ImageToolkitManager::getAvailableToolkits function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Gets a list of available toolkits.
ImageToolkitManager::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Constructs the ImageToolkitManager object.
ImageToolkitOperation::$description property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The description of the image toolkit operation.
ImageToolkitOperation::__construct function core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkitOperation.php Constructs a new ImageToolkitOperation instance.
ImageToolkitOperationBase class core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Provides a base class for image toolkit operation plugins.
ImageToolkitOperationBase.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php
ImageToolkitOperationBase::$logger property core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php A logger instance.
ImageToolkitOperationBase::$toolkit property core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php The image toolkit.
ImageToolkitOperationBase::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php
ImageToolkitOperationBase::arguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Returns the definition of the operation arguments.
ImageToolkitOperationBase::execute function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Performs the actual manipulation on the image.
ImageToolkitOperationBase::getToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Returns the image toolkit instance for this operation.
ImageToolkitOperationBase::prepareArguments function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php Checks for required arguments and adds optional argument defaults.
ImageToolkitOperationBase::setToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php
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::setToolkit function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationInterface.php Set the image toolkit instance for this operation.
ImageToolkitOperationManager::createInstance function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php
ImageToolkitOperationManager::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationManager.php Constructs the ImageToolkitOperationManager object.
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.

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