You are here

protected property Image::$source in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Image/Image.php \Drupal\Core\Image\Image::source

Path of the image file.

Type: string

File

core/lib/Drupal/Core/Image/Image.php, line 22

Class

Image
Defines an image object to represent an image file.

Namespace

Drupal\Core\Image

Code

protected $source = '';