You are here

public function TestingReportFileSystem::localeEnabled in Forena Reports 8

Overrides ReportFileSystem::localeEnabled

File

tests/src/Unit/Mock/TestingReportFileSystem.php, line 31

Class

TestingReportFileSystem

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function localeEnabled() {
  return FALSE;
}