public function ImageFieldMapping::getUri in FillPDF 5.0.x
Same name and namespace in other branches
- 8.4 src/FieldMapping/ImageFieldMapping.php \Drupal\fillpdf\FieldMapping\ImageFieldMapping::getUri()
Gets the image file's URI.
Return value
string The file's URI.
File
- src/
FieldMapping/ ImageFieldMapping.php, line 74
Class
- ImageFieldMapping
- Represents a mapping between a PDF image field and a merge value.
Namespace
Drupal\fillpdf\FieldMappingCode
public function getUri() {
return $this->uri;
}