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

Get all supported keys.

Return value

array Keys by sections.

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

Fichier

src/ExifInterface.php, line 49

Classe

ExifInterface
Interface ExifInterface define contract for implementations.

Namespace

Drupal\exif

Code

public function getFieldKeys();