AliasCleaner |
class |
Drupal\pathauto |
src/AliasCleaner.php |
Provides an alias cleaner. |
|
|
2 |
AliasCleanerInterface |
interface |
Drupal\pathauto |
src/AliasCleanerInterface.php |
@todo add class comment. |
1 |
1 |
|
AliasStorageHelper |
class |
Drupal\pathauto |
src/AliasStorageHelper.php |
Provides helper methods for accessing alias storage. |
|
|
2 |
AliasStorageHelperInterface |
interface |
Drupal\pathauto |
src/AliasStorageHelperInterface.php |
Provides helper methods for accessing alias storage. |
1 |
3 |
|
AliasType |
class |
Drupal\pathauto\Annotation |
src/Annotation/AliasType.php |
Defines an AliasType annotation. |
|
|
|
AliasTypeBatchUpdateInterface |
interface |
Drupal\pathauto |
src/AliasTypeBatchUpdateInterface.php |
Alias types that support batch updates and deletions. |
1 |
3 |
|
AliasTypeInterface |
interface |
Drupal\pathauto |
src/AliasTypeInterface.php |
Provides an interface for pathauto alias types. |
2 |
1 |
|
AliasTypeManager |
class |
Drupal\pathauto |
src/AliasTypeManager.php |
Manages pathauto alias type plugins. |
|
6 |
2 |
AliasUniquifier |
class |
Drupal\pathauto |
src/AliasUniquifier.php |
Provides a utility for creating a unique path alias. |
|
|
2 |
AliasUniquifierInterface |
interface |
Drupal\pathauto |
src/AliasUniquifierInterface.php |
Provides an interface for alias uniquifiers. |
1 |
|
|
Broken |
class |
Drupal\pathauto\Plugin\pathauto\AliasType |
src/Plugin/pathauto/AliasType/Broken.php |
Defines a fallback plugin for missing block plugins. |
|
|
|
EntityAliasTypeBase |
class |
Drupal\pathauto\Plugin\pathauto\AliasType |
src/Plugin/pathauto/AliasType/EntityAliasTypeBase.php |
A pathauto alias type plugin for entities with canonical links. |
2 |
|
|
EntityAliasTypeDeriver |
class |
Drupal\pathauto\Plugin\Deriver |
src/Plugin/Deriver/EntityAliasTypeDeriver.php |
Deriver that exposes content entities as alias type plugins. |
|
|
|
ForumAliasType |
class |
Drupal\pathauto\Plugin\pathauto\AliasType |
src/Plugin/pathauto/AliasType/ForumAliasType.php |
A pathauto alias type plugin for forum terms. |
|
|
|
MessengerInterface |
interface |
Drupal\pathauto |
src/MessengerInterface.php |
Provides an interface for Messengers. |
1 |
|
|
PathautoAdminDelete |
class |
Drupal\pathauto\Form |
src/Form/PathautoAdminDelete.php |
Alias mass delete form. |
|
|
1 |
PathautoBulkUpdateForm |
class |
Drupal\pathauto\Form |
src/Form/PathautoBulkUpdateForm.php |
Configure file system settings for this site. |
|
1 |
1 |
PathautoBulkUpdateTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoBulkUpdateTest.php |
Bulk update functionality tests. |
|
|
|
PathautoCommands |
class |
Drupal\pathauto\Commands |
src/Commands/PathautoCommands.php |
Drush commands allowing to perform Pathauto tasks from the command line. |
|
|
2 |
PathautoEnablingEntityTypesTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoEnablingEntityTypesTest.php |
Tests pathauto settings form. |
|
|
|
PathautoEntityWithStringIdTest |
class |
Drupal\Tests\pathauto\Kernel |
tests/src/Kernel/PathautoEntityWithStringIdTest.php |
Tests auto-aliasing of entities that use string IDs. |
|
|
|
PathautoFieldItemList |
class |
Drupal\pathauto |
src/PathautoFieldItemList.php |
|
|
1 |
|
PathautoGenerator |
class |
Drupal\pathauto |
src/PathautoGenerator.php |
Provides methods for generating path aliases. |
|
|
2 |
PathautoGeneratorInterface |
interface |
Drupal\pathauto |
src/PathautoGeneratorInterface.php |
Provides and interface for PathautoGenerator. |
1 |
6 |
|
PathautoItem |
class |
Drupal\pathauto |
src/PathautoItem.php |
Extends the default PathItem implementation to generate aliases. |
|
1 |
|
PathautoKernelTest |
class |
Drupal\Tests\pathauto\Kernel |
tests/src/Kernel/PathautoKernelTest.php |
Unit tests for Pathauto functions. |
|
|
|
PathautoLocaleTest |
class |
Drupal\Tests\pathauto\FunctionalJavascript |
tests/src/FunctionalJavascript/PathautoLocaleTest.php |
Test pathauto functionality with localization and translation. |
|
|
|
PathautoMassDeleteTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoMassDeleteTest.php |
Mass delete functionality tests. |
|
|
|
PathautoNodeWebTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoNodeWebTest.php |
Tests pathauto node UI integration. |
|
|
|
PathautoPattern |
class |
Drupal\pathauto\Plugin\migrate\source |
src/Plugin/migrate/source/PathautoPattern.php |
Fetches pathauto patterns from the source database. |
|
|
|
PathautoPattern |
class |
Drupal\pathauto\Entity |
src/Entity/PathautoPattern.php |
Defines the Pathauto pattern entity. |
|
4 |
|
PathautoPatternInterface |
interface |
Drupal\pathauto |
src/PathautoPatternInterface.php |
Provides an interface for defining Pathauto pattern entities. |
1 |
2 |
|
PathautoPatternListBuilder |
class |
Drupal\pathauto |
src/PathautoPatternListBuilder.php |
Provides a listing of Pathauto pattern entities. |
|
|
|
PathautoServiceProvider |
class |
Drupal\pathauto |
src/PathautoServiceProvider.php |
Remove the drush commands until path_alias module is enabled. |
|
|
|
PathautoSettingsCacheTag |
class |
Drupal\pathauto\EventSubscriber |
src/EventSubscriber/PathautoSettingsCacheTag.php |
A subscriber to clear fielddefinition cache when saving pathauto settings. |
|
|
2 |
PathautoSettingsForm |
class |
Drupal\pathauto\Form |
src/Form/PathautoSettingsForm.php |
Configure pathauto settings for this site. |
|
|
1 |
PathautoSettingsFormWebTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoSettingsFormWebTest.php |
Tests pathauto settings form. |
|
|
|
PathautoState |
class |
Drupal\pathauto |
src/PathautoState.php |
A property that stores in keyvalue whether an entity should receive an alias. |
|
8 |
|
PathautoStringIdTest |
class |
Drupal\pathauto_string_id_test\Entity |
tests/modules/pathauto_string_id_test/src/Entity/PathautoStringIdTest.php |
Defines a test entity with a string ID. |
|
1 |
|
PathautoTaxonomyWebTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoTaxonomyWebTest.php |
Tests pathauto taxonomy UI integration. |
|
|
|
PathautoTestHelperTrait |
trait |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoTestHelperTrait.php |
Helper test class with some added functions for testing. |
|
4 |
|
PathautoTokenTest |
class |
Drupal\Tests\pathauto\Kernel |
tests/src/Kernel/PathautoTokenTest.php |
Tests tokens provided by Pathauto. |
|
|
|
PathautoUiTest |
class |
Drupal\Tests\pathauto\FunctionalJavascript |
tests/src/FunctionalJavascript/PathautoUiTest.php |
Test basic pathauto functionality. |
|
|
|
PathautoUserWebTest |
class |
Drupal\Tests\pathauto\Functional |
tests/src/Functional/PathautoUserWebTest.php |
Tests pathauto user UI integration. |
|
|
|
PathautoWidget |
class |
Drupal\pathauto |
src/PathautoWidget.php |
Extends the core path widget. |
|
|
|
PatternDisableForm |
class |
Drupal\pathauto\Form |
src/Form/PatternDisableForm.php |
Provides the pathauto pattern disable disable form. |
|
|
|
PatternDuplicateForm |
class |
Drupal\pathauto\Form |
src/Form/PatternDuplicateForm.php |
Provides the pathauto pattern duplicate form. |
|
|
|
PatternEditForm |
class |
Drupal\pathauto\Form |
src/Form/PatternEditForm.php |
Edit form for pathauto patterns. |
1 |
|
|
PatternEnableForm |
class |
Drupal\pathauto\Form |
src/Form/PatternEnableForm.php |
Provides the pathauto pattern disable disable form. |
|
|
|
UpdateAction |
class |
Drupal\pathauto\Plugin\Action |
src/Plugin/Action/UpdateAction.php |
Pathauto entity update action. |
|
|
|