Same name in other branches
- 8.x-1.x src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getExecutable()
- 8.x-2.x src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getExecutable()
1 call to SimpleExifToolFacade::getExecutable()
Fichier
-
./
SimpleExiftoolFacade.php, line 65
Classe
- SimpleExifToolFacade
- Helper class to handle the whole data processing of EXIF with exiftool.
Namespace
Drupal\exifCode
public static function getExecutable() {
return variable_get('exif_exiftool_location');
}