24 string references to path_alias.manager

AliasManager::__construct in core/lib/Drupal/Core/Path/AliasManager.php
Constructs an AliasManager.
AliasTest::testLookupPath in core/modules/path_alias/tests/src/Kernel/AliasTest.php
@covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath
CoreServiceProvider::alter in core/lib/Drupal/Core/CoreServiceProvider.php
Alters the UUID service to use the most efficient method available.
DeprecatedServicesTest::testAliasManagerSharedState in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
Test that the new alias manager and the legacy ones share the same state.
DeprecatedServicesTest::testDecoratorForNewServiceImplementation in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
@expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
@expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager…
DeprecatedServicesTest::testDefaultImplementations in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testNewServiceImplementation in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testOverriddenServiceImplementation in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
@expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086 @expectedDeprecation The \Drupal\Core\Path\AliasManager class is deprecated in drupal:8.8.0…
DeprecatedServicesTest::testRegularImplementation in core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
No deprecation message expected.
InstallHelper::create in core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
Instantiates a new instance of this class.
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.
PathHooksTest::testPathHooks in core/modules/path_alias/tests/src/Kernel/PathHooksTest.php
Tests that the PathAlias entity clears caches correctly.
Raw::create in core/modules/views/src/Plugin/views/argument_default/Raw.php
Creates an instance of the plugin.
Raw::__construct in core/modules/views/src/Plugin/views/argument_default/Raw.php
Constructs a Raw object.
RequestPath::create in core/modules/system/src/Plugin/Condition/RequestPath.php
Creates an instance of the plugin.
RequestPath::__construct in core/modules/system/src/Plugin/Condition/RequestPath.php
Constructs a RequestPath condition plugin.
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.
SiteInformationForm::__construct in core/modules/system/src/Form/SiteInformationForm.php
Constructs a SiteInformationForm object.
UrlTest::setUp in core/tests/Drupal/Tests/Core/UrlTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.