public function TestController::accessAllow in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php \Drupal\Tests\Core\Access\TestController::accessAllow()
File
- core/
tests/ Drupal/ Tests/ Core/ Access/ CustomAccessCheckTest.php, line 113 - Contains \Drupal\Tests\Core\Access\CustomAccessCheckTest.
Class
Namespace
Drupal\Tests\Core\AccessCode
public function accessAllow() {
return AccessResult::allowed();
}