You are here

service pathauto.alias_storage_helper in Pathauto 8

Class

Drupal\pathauto\AliasStorageHelper

Tags

  • backend_overridable
3 string references to pathauto.alias_storage_helper
PathautoAdminDelete::create in src/Form/PathautoAdminDelete.php
Instantiates a new instance of this class.
PathautoMassDeleteTest::testDeleteAll in tests/src/Functional/PathautoMassDeleteTest.php
Tests the deletion of all the aliases.
PathautoSettingsForm::create in src/Form/PathautoSettingsForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\pathauto\AliasStorageHelper
  2. arguments:
  3. - '@config.factory'
  4. - '@path_alias.repository'
  5. - '@database'
  6. - '@pathauto.verbose_messenger'
  7. - '@string_translation'
  8. - '@entity_type.manager'
  9. tags:
  10. - { name: backend_overridable }