Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Routing / Access / AccessInterface.php
1 <?php
2
3 namespace Drupal\Core\Routing\Access;
4
5 /**
6  * An access check service determines access rules for particular routes.
7  */
8 interface AccessInterface {
9
10   // @todo Remove this interface since it no longer defines any methods?
11   // @see https://www.drupal.org/node/2266817.
12
13 }