Same name and namespace in other branches
- 7.x-1.x ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
- 8.x-2.x src/ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
Return description of exif parser implementations.
Valeur de retour
array list names of parser implementations
1 call to ExifFactory::getExtractionSolutions()
- ExifSettingsForm::buildForm dans src/
Controller/ ExifSettingsForm.php
Fichier
-
src/
ExifFactory.php, line 20
Classe
- ExifFactory
- Class ExifFactory allow to get right implementation.
Namespace
Drupal\exifCode
public static function getExtractionSolutions() {
return [
"simple_exiftool" => "exiftool",
"php_extensions" => "php extensions",
];
}