AccessInterface.php
Same filename in other branches
Namespace
Drupal\Core\Routing\AccessFile
-
core/
lib/ Drupal/ Core/ Routing/ Access/ AccessInterface.php
View source
<?php
namespace Drupal\Core\Routing\Access;
/**
* An access check service determines access rules for particular routes.
*/
interface AccessInterface {
// @todo Remove this interface since it no longer defines any methods?
// @see https://www.drupal.org/node/2266817.
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
AccessInterface | An access check service determines access rules for particular routes. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.