You are here

service path_alias.repository in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/path_alias/path_alias.services.yml \path_alias.repository
  2. 9 core/modules/path_alias/path_alias.services.yml \path_alias.repository

Class

Drupal\path_alias\AliasRepository

Tags

  • backend_overridable
8 string references to path_alias.repository
AliasTest::testLookupByAlias in core/modules/path_alias/tests/src/Kernel/AliasTest.php
@covers ::lookupByAlias
AliasTest::testLookupBySystemPath in core/modules/path_alias/tests/src/Kernel/AliasTest.php
@covers ::lookupBySystemPath
AliasTest::testWhitelist in core/modules/path_alias/tests/src/Kernel/AliasTest.php
Tests the alias whitelist.
AliasTest::testWhitelistCacheDeletionMidRequest in core/modules/path_alias/tests/src/Kernel/AliasTest.php
Tests situation where the whitelist cache is deleted mid-request.
PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the node interfaces.

... See full list

File

core/modules/path_alias/path_alias.services.yml
core/modules/path_alias/path_alias.services.yml

View source
  1. class: Drupal\path_alias\AliasRepository
  2. arguments:
  3. - '@database'
  4. tags:
  5. - { name: backend_overridable }