public function SimpleExifToolFacade::getFieldKeys in Exif 8.2
Same name and namespace in other branches
- 8 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getFieldKeys()
- 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\exifCode
public function getFieldKeys() {
return [];
}