You are here

16 string references to path_alias.manager in Drupal 10

AliasTest::testLookupPath in core/modules/path_alias/tests/src/Kernel/AliasTest.php
@covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/tests/src/Functional/LocalePathTest.php
Tests if a language can be associated with a path alias.
PathAlias::postDelete in core/modules/path_alias/src/Entity/PathAlias.php
Acts on deleted entities before the delete hook is invoked.
PathAlias::postSave in core/modules/path_alias/src/Entity/PathAlias.php
Acts on a saved entity before the insert or update hook is invoked.
PathAliasListBuilder::createInstance in core/modules/path/src/PathAliasListBuilder.php
Instantiates a new instance of this entity handler.
PathAliasTest::testAdminAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathHooksTest::testPathHooks in core/modules/path_alias/tests/src/Kernel/PathHooksTest.php
Tests that the PathAlias entity clears caches correctly.
PathLanguageTest::testAliasTranslation in core/modules/path/tests/src/Functional/PathLanguageTest.php
Tests alias functionality through the admin interfaces.
Raw::create in core/modules/views/src/Plugin/views/argument_default/Raw.php
RequestPath::create in core/modules/system/src/Plugin/Condition/RequestPath.php
RequestPathTest::setUp in core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php
RouteProviderTest::testRouteCaching in core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
Tests that route caching works.
SiteInformationForm::create in core/modules/system/src/Form/SiteInformationForm.php
Instantiates a new instance of this class.
UrlAlterFunctionalTest::assertUrlInboundAlter in core/modules/path_alias/tests/src/Functional/UrlAlterFunctionalTest.php
Assert that an inbound path is altered to an expected value.
views_ui_views_analyze in core/modules/views_ui/views_ui.module
Implements hook_views_analyze().
WorkspaceManager::doSwitchWorkspace in core/modules/workspaces/src/WorkspaceManager.php
Switches the current workspace.