Search for toolkit

  1. Search 7.x for toolkit
  2. Search 9.5.x for toolkit
  3. Search 8.9.x for toolkit
  4. Search 11.x for toolkit
  5. Search main for toolkit
  6. Other projects
Title Object type File name Summary
ImageFactory::getToolkitId function core/lib/Drupal/Core/Image/ImageFactory.php Gets the ID of the image toolkit currently in use.
ImageFactory::setToolkitId function core/lib/Drupal/Core/Image/ImageFactory.php Sets the ID of the image toolkit.
ImageInterface::getToolkit function core/lib/Drupal/Core/Image/ImageInterface.php Returns the image toolkit used for this image file.
ImageInterface::getToolkitId function core/lib/Drupal/Core/Image/ImageInterface.php Returns the ID of the image toolkit used for this image file.
ImageTest::$toolkit property core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocked image toolkit.
ImageTest::$toolkitOperation property core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocked image toolkit operation.
ImageTest::getToolkitMock function core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocks a toolkit.
ImageTest::getToolkitOperationMock function core/tests/Drupal/Tests/Core/Image/ImageTest.php Mocks a toolkit operation.
ImageTest::testGetToolkitId function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::getToolkitId().
ImageToolkit class core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php Defines a Plugin annotation object for the image toolkit plugin.
ImageToolkit class core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php Defines a Plugin attribute for the image toolkit plugin.
ImageToolkit.php file core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php
ImageToolkit.php file core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php
ImageToolkit::$id property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php The plugin ID.
ImageToolkit::$title property core/lib/Drupal/Core/ImageToolkit/Annotation/ImageToolkit.php The title of the image toolkit.
ImageToolkit::__construct function core/lib/Drupal/Core/ImageToolkit/Attribute/ImageToolkit.php Constructs a plugin attribute object.
ImageToolkitBase class core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Provides a base class for image toolkit plugins.
ImageToolkitBase.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php
ImageToolkitBase::$configFactory property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The config factory.
ImageToolkitBase::$logger property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php A logger instance.
ImageToolkitBase::$operationManager property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php The image toolkit operation manager.
ImageToolkitBase::$source property core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Path of the image file.
ImageToolkitBase::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Applies a toolkit operation to an image.
ImageToolkitBase::getRequirements function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets toolkit requirements in a format suitable for hook_requirements().
ImageToolkitBase::getSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets the source path of the image file.
ImageToolkitBase::getToolkitOperation function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Gets a toolkit operation plugin instance.
ImageToolkitBase::setSource function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Sets the source path of the image file.
ImageToolkitBase::validateConfigurationForm function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Form validation handler.
ImageToolkitBase::__construct function core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php Constructs an ImageToolkitBase object.
ImageToolkitForm class core/modules/system/src/Form/ImageToolkitForm.php Configures image toolkit settings for this site.
ImageToolkitForm.php file core/modules/system/src/Form/ImageToolkitForm.php
ImageToolkitForm::$availableToolkits property core/modules/system/src/Form/ImageToolkitForm.php An array containing currently available toolkits.
ImageToolkitForm::buildForm function core/modules/system/src/Form/ImageToolkitForm.php Form constructor.
ImageToolkitForm::create function core/modules/system/src/Form/ImageToolkitForm.php Instantiates a new instance of this class.
ImageToolkitForm::getEditableConfigNames function core/modules/system/src/Form/ImageToolkitForm.php Gets the configuration names that will be editable.
ImageToolkitForm::getFormId function core/modules/system/src/Form/ImageToolkitForm.php Returns a unique string identifying the form.
ImageToolkitForm::submitForm function core/modules/system/src/Form/ImageToolkitForm.php Form submission handler.
ImageToolkitForm::validateForm function core/modules/system/src/Form/ImageToolkitForm.php Form validation handler.
ImageToolkitForm::__construct function core/modules/system/src/Form/ImageToolkitForm.php Constructs an ImageToolkitForm object.
ImageToolkitInterface interface core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Defines an interface for image toolkits.
ImageToolkitInterface.php file core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php
ImageToolkitInterface::apply function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Applies a toolkit operation to an image.
ImageToolkitInterface::getHeight function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns the height of the image.
ImageToolkitInterface::getMimeType function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns the MIME type of the image file.
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::getWidth function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Returns the width of the image.
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.

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