exif.services.yml in Exif 8.2
Same filename and directory in other branches
File
exif.services.ymlView source
- services:
-
- exif.metadata.reader_factory:
- class: Drupal\exif\ExifFactory
-
- exif.metadata.reader:
- class: Drupal\exif\ExifInterface
- # call a method on the specified service
- factory: ['@exif.metadata.reader_factory', getExifInterface]