Same name in other branches
- 8.x-1.x src/ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
- 8.x-2.x src/ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
1 call to ExifFactory::getExtractionSolutions()
- exif_admin_settings_form dans ./
exif.admin.inc - The form definition for the admin settings.
Fichier
-
./
ExifFactory.php, line 16
Classe
Namespace
Drupal\exifCode
public static function getExtractionSolutions() {
return array(
"simple_exiftool" => "exiftool",
"php_extensions" => "php extensions",
);
}