You are here

protected property GDToolkit::$preLoadInfo in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php \Drupal\system\Plugin\ImageToolkit\GDToolkit::preLoadInfo

Image information from a file, available prior to loading the GD resource.

This contains a copy of the array returned by executing getimagesize() on the image file when the image object is instantiated. It gets reset to NULL as soon as the GD resource is loaded.

Type: array|null

See also

\Drupal\system\Plugin\ImageToolkit\GDToolkit::parseFile()

\Drupal\system\Plugin\ImageToolkit\GDToolkit::setResource()

http://php.net/manual/en/function.getimagesize.php

File

core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php, line 58
Contains \Drupal\system\Plugin\ImageToolkit\GDToolkit.

Class

GDToolkit
Defines the GD2 toolkit for image manipulation within Drupal.

Namespace

Drupal\system\Plugin\ImageToolkit

Code

protected $preLoadInfo = NULL;