public static function SimpleExifToolFacade::getExecutable in Exif 7
Same name and namespace in other branches
- 8.2 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getExecutable()
- 8 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::getExecutable()
1 call to SimpleExifToolFacade::getExecutable()
File
- ./
SimpleExiftoolFacade.php, line 91
Class
Namespace
Drupal\exifCode
public static function getExecutable() {
return variable_get('exif_exiftool_location');
}