Change record status: 
Project: 
Introduced in branch: 
8.x
Introduced in version: 
Description: 

Now each toolkit may define its own list of requirements to be displayed on the "Status report" page, at admin/reports/status. In order to provide system requirements, image toolkits will implement the new ImageToolkitInterface::getRequirements() method. The method should return an associative array in a format suitable for hook_requirements().

Impacts: 
Module developers