You are here

protected property ImageFieldMapping::$extension in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 src/FieldMapping/ImageFieldMapping.php \Drupal\fillpdf\FieldMapping\ImageFieldMapping::extension

The image file's extension.

May be 'jpg', 'png', or 'gif'.

Type: string

File

src/FieldMapping/ImageFieldMapping.php, line 22

Class

ImageFieldMapping
Represents a mapping between a PDF image field and a merge value.

Namespace

Drupal\fillpdf\FieldMapping

Code

protected $extension;