Issue #2614862 by rakesh.gectcr: Missing @param doc for method access

8.0.x
Jennifer Hodgdon 2015-12-07 10:43:11 -08:00
parent 0a97f79072
commit 96f86e6869
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ class CustomAccessCheck implements RoutingAccessInterface {
/**
* Checks access for the account and route using the custom access checker.
*
* @param \Symfony\Component\Routing\Route $route
* The route.
* @param \Drupal\Core\Routing\RouteMatchInterface $route_match
* The route match object to be checked.
* @param \Drupal\Core\Session\AccountInterface $account