You are here

public function SimpleExifToolFacade::getFieldKeys in Exif 7

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

Overrides ExifInterface::getFieldKeys

File

./SimpleExiftoolFacade.php, line 31

Class

SimpleExifToolFacade

Namespace

Drupal\exif

Code

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