You are here

public function SimpleExifToolFacade::getFieldKeys in Exif 8

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

Get all supported keys.

Return value

array Keys by sections.

Overrides ExifInterface::getFieldKeys

File

src/SimpleExifToolFacade.php, line 214

Class

SimpleExifToolFacade
Class SimpleExifToolFacade.

Namespace

Drupal\exif

Code

public function getFieldKeys() {
  return [];
}