You are here

protected property Textimage::$sourceImageFile in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/Textimage.php \Drupal\textimage\Textimage::sourceImageFile

An image file entity.

The source file used to build the image derivative in standard image system context. Also used to track Textimages from image fields formatted through Textimage field display formatter and to resolve file tokens.

Type: \Drupal\file\FileInterface

File

src/Textimage.php, line 202

Class

Textimage
Provides a Textimage.

Namespace

Drupal\textimage

Code

protected $sourceImageFile = NULL;