public static function ExifFactory::getExtractionSolutions in Exif 7
Same name and namespace in other branches
- 8.2 src/ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
- 8 src/ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
1 call to ExifFactory::getExtractionSolutions()
- exif_admin_settings_form in ./
exif.admin.inc - The form definition for the admin settings
File
- ./
ExifFactory.php, line 16 - Contains \Drupal\exif\ExifFactory
Class
Namespace
Drupal\exifCode
public static function getExtractionSolutions() {
return array(
"simple_exiftool" => "exiftool",
"php_extensions" => "php extensions",
);
}