Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \access_manager
  2. 9 core/core.services.yml \access_manager

Class

Drupal\Core\Access\AccessManager
11 string references to access_manager
ConfigTranslationController::create in core/modules/config_translation/src/Controller/ConfigTranslationController.php
Instantiates a new instance of the implementing class using autowiring.
Drupal::accessManager in core/lib/Drupal.php
Returns the access manager service.
DrupalTest::testAccessManager in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the accessManager() method.
FormElementBase::processAutocomplete in core/lib/Drupal/Core/Render/Element/FormElementBase.php
Adds autocomplete functionality to elements.
LinkBase::create in core/modules/views/src/Plugin/views/field/LinkBase.php

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Access\AccessManager
  2. arguments:
  3. - '@router.route_provider'
  4. - '@paramconverter_manager'
  5. - '@access_arguments_resolver_factory'
  6. - '@current_user'
  7. - '@access_manager.check_provider'