Same name and namespace in other branches
  1. 8.x-1.x src/ExifPHPExtension.php \Drupal\exif\ExifPHPExtension::checkConfiguration() 1 comment
  2. 8.x-2.x src/ExifPHPExtension.php \Drupal\exif\ExifPHPExtension::checkConfiguration() 1 comment

Return value

bool

File

./ExifPHPExtension.php, line 75

Class

ExifPHPExtension
This is a helper class to handle the whole data processing of exif.

Namespace

Drupal\exif

Code

public static function checkConfiguration() {
    return function_exists('exif_read_data') && function_exists('iptcparse');
}