Same name in other branches
  1. 8.x-1.x src/ExifFactory.php \Drupal\exif\ExifFactory::getExtractionSolutions()
  2. 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

ExifFactory

Namespace

Drupal\exif

Code

public static function getExtractionSolutions() {
    return array(
        "simple_exiftool" => "exiftool",
        "php_extensions" => "php extensions",
    );
}