service pathauto.alias_storage_helper in Pathauto 8
Class
Drupal\pathauto\AliasStorageHelperTags
- 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
View source
- class: Drupal\pathauto\AliasStorageHelper
- arguments:
- - '@config.factory'
- - '@path_alias.repository'
- - '@database'
- - '@pathauto.verbose_messenger'
- - '@string_translation'
- - '@entity_type.manager'
- tags:
- - { name: backend_overridable }