ImageFactory::getToolkitId

public 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 56

Class

ImageFactory
Provides a factory for image objects.

Namespace

Drupal\Core\Image

Code

public function getToolkitId() {
  return $this->toolkitId;
}
doc_Drupal
2016-10-29 09:19:20
Comments
Leave a Comment

Please login to continue.