Same name and namespace in other branches
- 8.x-1.x src/ExifInterface.php \Drupal\exif\ExifInterface::getMetadataFields()
- 8.x-2.x src/ExifInterface.php \Drupal\exif\ExifInterface::getMetadataFields()
Work out which fields have to be processed.
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
Naming convention are: field_exif_xxx (xxx would be the name of the exif tag to read.
Paramètres
array $fields: The fields.
Return value
array A list of EXIF tags to read for this image.
2 methods override ExifInterface::getMetadataFields()
- ExifPHPExtension::getMetadataFields dans ./
ExifPHPExtension.php - Work out which fields have to be processed.
- SimpleExifToolFacade::getMetadataFields dans ./
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
Fichier
-
./
ExifInterface.php, line 26
Classe
Namespace
Drupal\exifCode
public function getMetadataFields(array $fields = array());