You are here

public static function SimpleExifToolFacade::checkConfiguration in Exif 7

Same name and namespace in other branches
  1. 8.2 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::checkConfiguration()
  2. 8 src/SimpleExifToolFacade.php \Drupal\exif\SimpleExifToolFacade::checkConfiguration()
1 call to SimpleExifToolFacade::checkConfiguration()
ExifFactory::getExifInterface in ./ExifFactory.php

File

./SimpleExiftoolFacade.php, line 86

Class

SimpleExifToolFacade

Namespace

Drupal\exif

Code

public static function checkConfiguration() {
  $exiftoolLocation = self::getExecutable();
  return isset($exiftoolLocation) && is_executable($exiftoolLocation);
}