Search for toolkit

  1. Search 7.x for toolkit
  2. Search 9.5.x for toolkit
  3. Search 10.3.x for toolkit
  4. Search 11.x for toolkit
  5. Search main for toolkit
  6. Other projects
Title Object type File name Summary
ImageToolkitManager::getDefaultToolkitId function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Gets the default image toolkit ID.
ImageToolkitManager::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitManager.php Constructs the ImageToolkitManager object.
ImageToolkitOperation class core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php Defines a Plugin annotation object for the image toolkit operation plugin.
ImageToolkitOperation.php file core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php
ImageToolkitOperation::$description property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The description of the image toolkit operation.
ImageToolkitOperation::$id property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The plugin ID.
ImageToolkitOperation::$label property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The human-readable name of the image toolkit operation.
ImageToolkitOperation::$operation property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The machine name of the image toolkit operation implemented (e.g. "crop").
ImageToolkitOperation::$toolkit property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkitOperation.php The id of the image toolkit plugin for which the operation is implemented.
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 Applies a toolkit specific operation to an image.
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 if required arguments are passed in and adds defaults for non passed
in optional arguments.
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.
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 pre-configured instance of a plugin.
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.
system.image.test_toolkit.yml file core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml
TestToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Defines a Test toolkit for image manipulation within Drupal.
TestToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::$height property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The height of the image.
TestToolkit::$state property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The state service.
TestToolkit::$type property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG).
TestToolkit::$width property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The width of the image.
TestToolkit::apply function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Applies a toolkit operation to an image.
TestToolkit::buildConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form constructor.
TestToolkit::create function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Creates an instance of the plugin.
TestToolkit::getHeight function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the height of the image.
TestToolkit::getMimeType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the MIME type of the image file.
TestToolkit::getSupportedExtensions function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns a list of image file extensions supported by the toolkit.
TestToolkit::getType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the type of the image.
TestToolkit::getWidth function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns the width of the image.
TestToolkit::isAvailable function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Verifies that the Image Toolkit is set up correctly.

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