By xano on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
\Drupal\Core\Access\AccessInterface contains three constants for use with ternary access control:
AccessInterface::ALLOWindicates that access was granted.AccessInterface::DENYindicates that access was not granted.AccessInterface::KILLindicates 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