From 2e81d32e1309fcaf44633748e19e4abb99e39f89 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Thu, 20 Mar 2014 07:12:12 -0700 Subject: [PATCH] Issue #2218293 by hellboy2k8, kokobutter: Add class to constant in docs for AccessInterface::KILL --- core/lib/Drupal/Core/Access/AccessInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Access/AccessInterface.php b/core/lib/Drupal/Core/Access/AccessInterface.php index 8f85de3e975..e496e69b652 100644 --- a/core/lib/Drupal/Core/Access/AccessInterface.php +++ b/core/lib/Drupal/Core/Access/AccessInterface.php @@ -34,7 +34,7 @@ interface AccessInterface { * * A checker should return this value to indicate that it wants to completely * block access, regardless of any other access checkers. Most checkers - * should prefer DENY. + * should prefer AccessInterface::DENY. */ const KILL = 'KILL';