path_alias.repository

Same name and namespace in other branches
  1. 8.9.x core/modules/path_alias/path_alias.services.yml \path_alias.repository
  2. 10 core/modules/path_alias/path_alias.services.yml \path_alias.repository
  3. 11.x core/modules/path_alias/path_alias.services.yml \path_alias.repository

Class

Drupal\path_alias\AliasRepository

Tags

  • backend_overridable
7 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.
PathFieldItemList::computeValue in core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
Computes the values for an item list.

... See full list

File

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 }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.