Same name in other branches
  1. 8.x-1.x src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getFieldKeys()
  2. 8.x-2.x src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getFieldKeys()

Overrides ExifInterface::getFieldKeys

Fichier

./SimpleExiftoolFacade.php, line 26

Classe

SimpleExifToolFacade
Helper class to handle the whole data processing of EXIF with exiftool.

Namespace

Drupal\exif

Code

public function getFieldKeys() {
    return array();
}