You are here

path_alias_deprecated_test.services.yml in Drupal 8

core/modules/path_alias/tests/modules/path_alias_deprecated_test/path_alias_deprecated_test.services.yml

File

core/modules/path_alias/tests/modules/path_alias_deprecated_test/path_alias_deprecated_test.services.yml
View source
  1. services:
  2. path_alias_deprecated_test.path.alias_manager:
  3. class: Drupal\path_alias_deprecated_test\AliasManagerDecorator
  4. decorates: path.alias_manager
  5. arguments: ['@path_alias_deprecated_test.path.alias_manager.inner']