You are here

exif.services.yml in Exif 8.2

Same filename and directory in other branches
  1. 8 exif.services.yml

File

exif.services.yml
View source
  1. services:
  2. exif.metadata.reader_factory:
  3. class: Drupal\exif\ExifFactory
  4. exif.metadata.reader:
  5. class: Drupal\exif\ExifInterface
  6. # call a method on the specified service
  7. factory: ['@exif.metadata.reader_factory', getExifInterface]