ImageToolkitInterface::getRequirements

public ImageToolkitInterface::getRequirements()

Gets toolkit requirements in a format suitable for hook_requirements().

Return value

array An associative requirements array as is returned by hook_requirements(). If the toolkit claims no requirements to the system, returns an empty array. The array can have arbitrary keys and they do not have to be prefixed by e.g. the module name or toolkit ID, as the system will make the keys globally unique.

See also

hook_requirements()

File

core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php, line 141

Class

ImageToolkitInterface
Defines an interface for image toolkits.

Namespace

Drupal\Core\ImageToolkit

Code

public function getRequirements();
doc_Drupal
2016-10-29 09:20:11
Comments
Leave a Comment

Please login to continue.