diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php
index b5e27de..c12dcf8 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -657,4 +657,14 @@ public static function menuTree() {
     return static::$container->get('menu.link_tree');
   }
 
+  /**
+   * Returns the access manager service.
+   *
+   * @return \Drupal\Core\Access\AccessManagerInterface
+   *   The access manager service.
+   */
+  public static function accessManager() {
+    return static::$container->get('access_manager');
+  }
+
 }
