comparison core/lib/Drupal/Core/Access/AccessManagerInterface.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
36 public function checkNamedRoute($route_name, array $parameters = [], AccountInterface $account = NULL, $return_as_object = FALSE); 36 public function checkNamedRoute($route_name, array $parameters = [], AccountInterface $account = NULL, $return_as_object = FALSE);
37 37
38 /** 38 /**
39 * Execute access checks against the incoming request. 39 * Execute access checks against the incoming request.
40 * 40 *
41 * @param Request $request 41 * @param \Symfony\Component\HttpFoundation\Request $request
42 * The incoming request. 42 * The incoming request.
43 * @param \Drupal\Core\Session\AccountInterface $account 43 * @param \Drupal\Core\Session\AccountInterface $account
44 * (optional) Run access checks for this account. Defaults to the current 44 * (optional) Run access checks for this account. Defaults to the current
45 * user. 45 * user.
46 * @param bool $return_as_object 46 * @param bool $return_as_object