service path.validator in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \path.validator
Class
Drupal\Core\Path\PathValidator13 string references to path.validator
- ConfirmFormHelperTest::testCancelLinkDestination in core/
tests/ Drupal/ Tests/ Core/ Form/ ConfirmFormHelperTest.php - @covers ::buildCancelLink
- Drupal::pathValidator in core/
lib/ Drupal.php - Returns the path validator.
- DrupalTest::testPathValidator in core/
tests/ Drupal/ Tests/ Core/ DrupalTest.php - Tests the pathValidator() method.
- FieldPluginBaseTest::setUp in core/
modules/ views/ tests/ src/ Unit/ Plugin/ field/ FieldPluginBaseTest.php - FieldUiTest::setUp in core/
modules/ field_ui/ tests/ src/ Unit/ FieldUiTest.php
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Path\PathValidator
- arguments:
- - '@router'
- - '@router.no_access_checks'
- - '@current_user'
- - '@path_processor_manager'