You are here

public function ReportFileSystem::localeEnabled in Forena Reports 8

1 call to ReportFileSystem::localeEnabled()
ReportFileSystem::extractMetaData in src/File/ReportFileSystem.php
Should load cache data based on that.
1 method overrides ReportFileSystem::localeEnabled()
TestingReportFileSystem::localeEnabled in tests/src/Unit/Mock/TestingReportFileSystem.php

File

src/File/ReportFileSystem.php, line 220

Class

ReportFileSystem

Namespace

Drupal\forena\File

Code

public function localeEnabled() {
  return \Drupal::moduleHandler()
    ->moduleExists('locale');
}