Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GDToolkit.php

GDToolkit::$preLoadInfo

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

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 object is loaded.

Type: array|null

See also

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

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

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

File

core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php, line 57

Class

GDToolkit
Defines the GD2 toolkit for image manipulation within Drupal.

Namespace

Drupal\system\Plugin\ImageToolkit

Code

protected $preLoadInfo = NULL;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal