public static function SimpleExifToolFacade::checkConfiguration in Exif 7
Same name and namespace in other branches
- 8.2 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::checkConfiguration()
- 8 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::checkConfiguration()
1 call to SimpleExifToolFacade::checkConfiguration()
File
- ./
SimpleExiftoolFacade.php, line 86
Class
Namespace
Drupal\exifCode
public static function checkConfiguration() {
$exiftoolLocation = self::getExecutable();
return isset($exiftoolLocation) && is_executable($exiftoolLocation);
}