You are here

service redirect.repository in Redirect 8

Class

Drupal\redirect\RedirectRepository

Tags

  • backend_overridable
9 string references to redirect.repository
RedirectAPITest::testDuplicateRedirectEntry in tests/src/Kernel/RedirectAPITest.php
Test slash is removed from source path in findMatchingRedirect.
RedirectAPITest::testLoopDetection in tests/src/Kernel/RedirectAPITest.php
Test loop detection.
RedirectAPITest::testLoopDetectionReset in tests/src/Kernel/RedirectAPITest.php
Test loop detection reset.
RedirectAPITest::testMultilanguageCases in tests/src/Kernel/RedirectAPITest.php
Test multilingual redirects.
RedirectAPITest::testRedirectEntity in tests/src/Kernel/RedirectAPITest.php
Test redirect entity logic.

... See full list

File

./redirect.services.yml
redirect.services.yml

View source
  1. class: Drupal\redirect\RedirectRepository
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@database'
  5. - '@config.factory'
  6. tags:
  7. - { name: backend_overridable }