AccessInterface.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Routing/Access/AccessInterface.php
  2. 8.9.x core/lib/Drupal/Core/Routing/Access/AccessInterface.php
  3. 11.x core/lib/Drupal/Core/Routing/Access/AccessInterface.php

Namespace

Drupal\Core\Routing\Access

File

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.