9 string references to path.alias_manager in Drupal 8
- CoreServiceProvider::alter in core/
lib/ Drupal/ Core/ CoreServiceProvider.php - Alters the UUID service to use the most efficient method available.
- DeprecatedServicesTest::testAliasManagerSharedState in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - Test that the new alias manager and the legacy ones share the same state.
- DeprecatedServicesTest::testAliasServicesDeprecation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The "path_processor_alias" service is deprecated. Use…
- DeprecatedServicesTest::testDecoratorForNewServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
- DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager…
- DeprecatedServicesTest::testDefaultImplementations in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
- DeprecatedServicesTest::testNewServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
- DeprecatedServicesTest::testOverriddenServiceImplementation in core/
modules/ path_alias/ tests/ src/ Kernel/ DeprecatedServicesTest.php - @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager class is deprecated in drupal:8.8.0…
- PathAliasDeprecatedTestServiceProvider::alter in core/
modules/ path_alias/ tests/ modules/ path_alias_deprecated_test/ src/ PathAliasDeprecatedTestServiceProvider.php - Modifies existing service definitions.