You are here

public function TestingAppService::access in Forena Reports 8

Return value

bool Fake out access check.

Overrides AppService::access

File

tests/src/Unit/Mock/TestingAppService.php, line 67

Class

TestingAppService

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function access($right) {
  return $this->has_access;
}