Search for path
Title | Object type | File name | Summary |
---|---|---|---|
AliasManagerTest::testGetPathByAliasNoMatch | function | core/ |
Tests the getPathByAlias method for an alias that have no matching path. |
AliasPathProcessor | class | core/ |
Processes the inbound path using path alias lookups. |
AliasPathProcessor.php | file | core/ |
|
AliasPathProcessor::$aliasManager | property | core/ |
An alias manager for looking up the system path. |
AliasPathProcessor::processInbound | function | core/ |
Processes the inbound path. |
AliasPathProcessor::processOutbound | function | core/ |
Processes the outbound path. |
AliasPathProcessor::__construct | function | core/ |
Constructs a AliasPathProcessor object. |
AliasPathProcessorTest | class | core/ |
@coversDefaultClass \Drupal\path_alias\PathProcessor\AliasPathProcessor @group PathProcessor @group path_alias |
AliasPathProcessorTest.php | file | core/ |
|
AliasPathProcessorTest::$aliasManager | property | core/ |
The mocked alias manager. |
AliasPathProcessorTest::$pathProcessor | property | core/ |
The tested path processor. |
AliasPathProcessorTest::providerTestProcessOutbound | function | core/ |
|
AliasPathProcessorTest::setUp | function | core/ |
|
AliasPathProcessorTest::testProcessInbound | function | core/ |
Tests the processInbound method. |
AliasPathProcessorTest::testProcessOutbound | function | core/ |
@covers ::processOutbound |
AliasRepository::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
AliasRepository::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
AliasRepository::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
AliasRepositoryInterface::lookupBySystemPath | function | core/ |
Searches a path alias for a given Drupal system path. |
AliasRepositoryInterface::pathHasMatchingAlias | function | core/ |
Check if any alias exists starting with $initial_substring. |
AliasRepositoryInterface::preloadPathAlias | function | core/ |
Pre-loads path alias information for a given list of system paths. |
AliasTest::testLookupBySystemPath | function | core/ |
@covers ::lookupBySystemPath |
AliasTest::testLookupPath | function | core/ |
@covers \Drupal\path_alias\AliasManager::getPathByAlias @covers \Drupal\path_alias\AliasManager::getAliasByPath |
AliasWhitelist::$pathAliasRepository | property | core/ |
The path alias repository. |
AliasWhitelist::loadMenuPathRoots | function | core/ |
Loads menu path roots to prepopulate cache. |
AllowToolbarPath | class | core/ |
Cache policy for the toolbar page cache service. |
AllowToolbarPath.php | file | core/ |
|
AllowToolbarPath::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
AllowToolbarPathTest | class | core/ |
@coversDefaultClass \Drupal\toolbar\PageCache\AllowToolbarPath @group toolbar |
AllowToolbarPathTest.php | file | core/ |
|
AllowToolbarPathTest::$policy | property | core/ |
The toolbar path policy under test. |
AllowToolbarPathTest::providerTestAllowToolbarPath | function | core/ |
Provides data and expected results for the test method. |
AllowToolbarPathTest::setUp | function | core/ |
|
AllowToolbarPathTest::testAllowToolbarPath | function | core/ |
Asserts that caching is allowed if the request goes to toolbar subtree. |
AssertContentTrait::assertFieldByXPath | function | core/ |
Asserts that a field exists in the current page by the given XPath. |
AssertContentTrait::assertNoFieldByXPath | function | core/ |
Asserts that a field does not exist or its value does not match, by XPath. |
AssertContentTrait::buildXPathQuery | function | core/ |
Builds an XPath query. |
AssertContentTrait::constructFieldXpath | function | core/ |
Helper: Constructs an XPath for the given set of attributes and value. |
AssertContentTrait::xpath | function | core/ |
Performs an xpath search on the contents of the internal browser. |
AssertLegacyTrait::assertFieldByXPath | function | core/ |
Asserts that a field exists in the current page by the given XPath. |
AssertLegacyTrait::assertNoFieldByXPath | function | core/ |
Asserts that a field does not exist or its value does not match, by XPath. |
AssertLegacyTrait::buildXPathQuery | function | core/ |
Builds an XPath query. |
AssertLegacyTrait::constructFieldXpath | function | core/ |
Helper: Constructs an XPath for the given set of attributes and value. |
AssertLegacyTraitTest::testConstructFieldXpath | function | core/ |
@covers ::constructFieldXpath |
AttributeTest::getXPathResultCount | function | core/ |
Counts the occurrences of the given XPath query in a given HTML snippet. |
BaseFieldDefinitionTestBase::getModuleAndPath | function | core/ |
Returns the module name and the module directory for the plugin. |
base_path | function | core/ |
Returns the base URL path (i.e., directory) of the Drupal installation. |
BrokenInboundPathProcessor | class | core/ |
Example path processor which breaks on inbound. |
BrokenInboundPathProcessor.php | file | core/ |
|
BrokenInboundPathProcessor::$state | property | core/ |
The state. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.