You are here

public function ImageFactory::getToolkitId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Image/ImageFactory.php \Drupal\Core\Image\ImageFactory::getToolkitId()

Gets the ID of the image toolkit currently in use.

Return value

string The ID of the image toolkit in use by the image factory.

File

core/lib/Drupal/Core/Image/ImageFactory.php, line 61
Contains \Drupal\Core\Image\ImageFactory.

Class

ImageFactory
Provides a factory for image objects.

Namespace

Drupal\Core\Image

Code

public function getToolkitId() {
  return $this->toolkitId;
}