You are here

public static function SimpleExifToolFacade::getExecutable in Exif 7

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

File

./SimpleExiftoolFacade.php, line 91

Class

SimpleExifToolFacade

Namespace

Drupal\exif

Code

public static function getExecutable() {
  return variable_get('exif_exiftool_location');
}