function ImageFactory::getToolkitId
Same name in other branches
- 9 core/lib/Drupal/Core/Image/ImageFactory.php \Drupal\Core\Image\ImageFactory::getToolkitId()
- 8.9.x core/lib/Drupal/Core/Image/ImageFactory.php \Drupal\Core\Image\ImageFactory::getToolkitId()
- 11.x 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 56
Class
- ImageFactory
- Provides a factory for image objects.
Namespace
Drupal\Core\ImageCode
public function getToolkitId() {
return $this->toolkitId;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.