Same name and namespace in other branches
  1. 7.x-1.x ExifInterface.php \Drupal\exif\ExifInterface::getFieldKeys() 1 comment
  2. 8.x-2.x src/ExifInterface.php \Drupal\exif\ExifInterface::getFieldKeys() 1 comment

Get all supported keys.

Return value

array Keys by sections.

2 methods override ExifInterface::getFieldKeys()
ExifPHPExtension::getFieldKeys in src/ExifPHPExtension.php
List of known metadata keys.
SimpleExifToolFacade::getFieldKeys in src/SimpleExifToolFacade.php
Get all supported keys.

File

src/ExifInterface.php, line 49

Class

ExifInterface
Interface ExifInterface define contract for implementations.

Namespace

Drupal\exif

Code

public function getFieldKeys();