service access_manager in Drupal 9
Same name and namespace in other branches
- 8 core/core.services.yml \access_manager
Class
Drupal\Core\Access\AccessManager12 string references to access_manager
- ConfigTranslationController::create in core/
modules/ config_translation/ src/ Controller/ ConfigTranslationController.php - Instantiates a new instance of this class.
- 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.
- FormElement::processAutocomplete in core/
lib/ Drupal/ Core/ Render/ Element/ FormElement.php - Adds autocomplete functionality to elements.
- LinkBase::create in core/
modules/ views/ src/ Plugin/ views/ field/ LinkBase.php - Creates an instance of the plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Access\AccessManager
- arguments:
- - '@router.route_provider'
- - '@paramconverter_manager'
- - '@access_arguments_resolver_factory'
- - '@current_user'
- - '@access_manager.check_provider'