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