You are here

protected property GDToolkit::$resource in Drupal 9

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

A GD image resource.

Type: resource|\GdImage|null

File

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

Class

GDToolkit
Defines the GD2 toolkit for image manipulation within Drupal.

Namespace

Drupal\system\Plugin\ImageToolkit

Code

protected $resource = NULL;