You are here

namespace Drupal\pathauto in Pathauto 8

Classsort descending Location Description
AliasCleaner src/AliasCleaner.php Provides an alias cleaner.
AliasCleanerInterface src/AliasCleanerInterface.php @todo add class comment.
AliasStorageHelper src/AliasStorageHelper.php Provides helper methods for accessing alias storage.
AliasStorageHelperInterface src/AliasStorageHelperInterface.php Provides helper methods for accessing alias storage.
AliasTypeBatchUpdateInterface src/AliasTypeBatchUpdateInterface.php Alias types that support batch updates and deletions.
AliasTypeInterface src/AliasTypeInterface.php Provides an interface for pathauto alias types.
AliasTypeManager src/AliasTypeManager.php Manages pathauto alias type plugins.
AliasUniquifier src/AliasUniquifier.php Provides a utility for creating a unique path alias.
AliasUniquifierInterface src/AliasUniquifierInterface.php Provides an interface for alias uniquifiers.
MessengerInterface src/MessengerInterface.php Provides an interface for Messengers.
PathautoFieldItemList src/PathautoFieldItemList.php
PathautoGenerator src/PathautoGenerator.php Provides methods for generating path aliases.
PathautoGeneratorInterface src/PathautoGeneratorInterface.php Provides and interface for PathautoGenerator.
PathautoItem src/PathautoItem.php Extends the default PathItem implementation to generate aliases.
PathautoPatternInterface src/PathautoPatternInterface.php Provides an interface for defining Pathauto pattern entities.
PathautoPatternListBuilder src/PathautoPatternListBuilder.php Provides a listing of Pathauto pattern entities.
PathautoServiceProvider src/PathautoServiceProvider.php Remove the drush commands until path_alias module is enabled.
PathautoState src/PathautoState.php A property that stores in keyvalue whether an entity should receive an alias.
PathautoWidget src/PathautoWidget.php Extends the core path widget.
VerboseMessenger src/VerboseMessenger.php Provides a verbose messenger.