Same name in other branches
- 8.x-1.x src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::checkConfiguration()
- 8.x-2.x src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::checkConfiguration()
1 call to SimpleExifToolFacade::checkConfiguration()
Fichier
-
./
SimpleExiftoolFacade.php, line 60
Classe
- SimpleExifToolFacade
- Helper class to handle the whole data processing of EXIF with exiftool.
Namespace
Drupal\exifCode
public static function checkConfiguration() {
$exiftoolLocation = self::getExecutable();
return isset($exiftoolLocation) && is_executable($exiftoolLocation);
}