You are here

public function TestingDataManager::checkaccess in Forena Reports 8

Allows access comments

Parameters

string $right: The security object to test

Return value

bool Whether users should have access to the block.

File

tests/src/Unit/Mock/TestingDataManager.php, line 43

Class

TestingDataManager

Namespace

Drupal\Tests\forena\Unit\Mock

Code

public function checkaccess($right = '') {
  return boolval($right);
}