You are here

interface ExifInterface in Exif 7

Same name and namespace in other branches
  1. 8.2 src/ExifInterface.php \Drupal\exif\ExifInterface
  2. 8 src/ExifInterface.php \Drupal\exif\ExifInterface

Hierarchy

Expanded class hierarchy of ExifInterface

All classes that implement ExifInterface

File

./ExifInterface.php, line 10
Contains \Drupal\exif\ExifInterface

Namespace

Drupal\exif
View source
interface ExifInterface {
  function getMetadataFields($arCckFields = array());
  function readMetadataTags($file, $enable_sections = TRUE);
  function getFieldKeys();

}

Members