You are here

service path_alias.repository in Drupal 8

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

Class

Drupal\path_alias\AliasRepository

Tags

  • backend_overridable
10 string references to path_alias.repository
AliasManager::__construct in core/lib/Drupal/Core/Path/AliasManager.php
Constructs an AliasManager.
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.

... 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 }