By claudiu.cristea on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Introduced in version:
Issue links:
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