You are here

public static function ExifFactory::getExtractionSolutions in Exif 7

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

ExifFactory

Namespace

Drupal\exif

Code

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