public AccessCheckInterface::applies(Route $route)
Declares whether the access check applies to a specific route or not.
\Symfony\Component\Routing\Route $route: The route to consider attaching to.
array An array of route requirement keys this access checker applies to.
public function applies(Route $route);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Access!AccessCheckInterface.php/function/AccessCheckInterface::applies/8.1.x