Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

\Drupal\Core\Access\AccessInterface contains three constants for use with ternary access control:

  • AccessInterface::ALLOW indicates that access was granted.
  • AccessInterface::DENY indicates that access was not granted.
  • AccessInterface::KILL indicates that access should be completely blocked, regardless of any other checks.

The old \Drupal\Core\Access\AccessInterface has been moved to \Drupal\Core\Routing\Access\AccessInterface.

Impacts: 
Module developers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done