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
Namespace
Drupal\forena\FileCode
public function localeEnabled() {
return \Drupal::moduleHandler()
->moduleExists('locale');
}