service redirect.repository in Redirect 8
Class
Drupal\redirect\RedirectRepositoryTags
- 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.
File
View source
- class: Drupal\redirect\RedirectRepository
- arguments:
- - '@entity_type.manager'
- - '@database'
- - '@config.factory'
- tags:
- - { name: backend_overridable }