comparison core/lib/Drupal/Core/Access/CheckProviderInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
12 * 12 *
13 * The checker provider service and the actual checking is separated in order 13 * The checker provider service and the actual checking is separated in order
14 * to not require the full access manager on route build time. 14 * to not require the full access manager on route build time.
15 */ 15 */
16 interface CheckProviderInterface { 16 interface CheckProviderInterface {
17
18 17
19 /** 18 /**
20 * For each route, saves a list of applicable access checks to the route. 19 * For each route, saves a list of applicable access checks to the route.
21 * 20 *
22 * @param \Symfony\Component\Routing\RouteCollection $routes 21 * @param \Symfony\Component\Routing\RouteCollection $routes