function ExifInterface::getMetadataFields in Exif 7
Same name and namespace in other branches
- 8.2 src/ExifInterface.php \Drupal\exif\ExifInterface::getMetadataFields()
- 8 src/ExifInterface.php \Drupal\exif\ExifInterface::getMetadataFields()
2 methods override ExifInterface::getMetadataFields()
- ExifPHPExtension::getMetadataFields in ./
ExifPHPExtension.php - Going through all the fields that have been created for a given node type and try to figure out which match the naming convention -> so that we know which exif information we have to read
- SimpleExifToolFacade::getMetadataFields in ./
SimpleExiftoolFacade.php - Going through all the fields that have been created for a given node type and try to figure out which match the naming convention -> so that we know which exif information we have to read
File
- ./
ExifInterface.php, line 11 - Contains \Drupal\exif\ExifInterface
Class
Namespace
Drupal\exifCode
function getMetadataFields($arCckFields = array());