public function TestController::accessAllow in Drupal 8
File
- core/
tests/ Drupal/ Tests/ Core/ Access/ CustomAccessCheckTest.php, line 147 - Contains \Drupal\Tests\Core\Access\CustomAccessCheckTest.
Class
Namespace
Drupal\Tests\Core\AccessCode
public function accessAllow() {
return AccessResult::allowed();
}