You are here

service pathauto.alias_cleaner in Pathauto 8

Class

Drupal\pathauto\AliasCleaner
2 string references to pathauto.alias_cleaner
PathautoSettingsForm::create in src/Form/PathautoSettingsForm.php
Instantiates a new instance of this class.
PathautoTokenTest::testPathautoTokens in tests/src/Kernel/PathautoTokenTest.php

File

./pathauto.services.yml
pathauto.services.yml

View source
  1. class: Drupal\pathauto\AliasCleaner
  2. arguments:
  3. - '@config.factory'
  4. - '@pathauto.alias_storage_helper'
  5. - '@language_manager'
  6. - '@cache.discovery'
  7. - '@transliteration'
  8. - '@module_handler'