You are here

protected property ExifTagMapper::$stringToIfdMap in File metadata manager 8

Same name and namespace in other branches
  1. 8.2 file_mdm_exif/src/ExifTagMapper.php \Drupal\file_mdm_exif\ExifTagMapper::stringToIfdMap

The string to IFD map.

Maps IFDs or their aliases expressed as literals to the EXIF integer identifier.

Type: array

File

file_mdm_exif/src/ExifTagMapper.php, line 47

Class

ExifTagMapper
Provides a mapping service for EXIF ifds and tags.

Namespace

Drupal\file_mdm_exif

Code

protected $stringToIfdMap;