Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
AliasManagerTest::testGetPathByAliasLangcode function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method when a langcode is passed explicitly.
AliasManagerTest::testGetPathByAliasMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have a matching path.
AliasManagerTest::testGetPathByAliasNoMatch function core/modules/path_alias/tests/src/Unit/AliasManagerTest.php Tests the getPathByAlias method for an alias that have no matching path.
AliasPathMatcher class core/modules/path_alias/src/AliasPathMatcher.php Extends the default path matcher to check aliases.
AliasPathMatcher.php file core/modules/path_alias/src/AliasPathMatcher.php
AliasPathMatcher::$isCurrentFrontPage property core/modules/path_alias/src/AliasPathMatcher.php Whether the current page is the front page.
AliasPathMatcher::isAliasFrontPage function core/modules/path_alias/src/AliasPathMatcher.php Checks if the current page is the front page by comparing aliases.
AliasPathMatcher::isFrontPage function core/modules/path_alias/src/AliasPathMatcher.php
AliasPathMatcher::matchPath function core/modules/path_alias/src/AliasPathMatcher.php
AliasPathMatcher::__construct function core/modules/path_alias/src/AliasPathMatcher.php
AliasPathProcessor class core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php Processes the inbound and outbound path using path alias lookups.
AliasPathProcessor.php file core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php
AliasPathProcessor::$aliasManager property core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php An alias manager for looking up the system path.
AliasPathProcessor::processInbound function core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php
AliasPathProcessor::processOutbound function core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php
AliasPathProcessor::__construct function core/modules/path_alias/src/PathProcessor/AliasPathProcessor.php Constructs a AliasPathProcessor object.
AliasPathProcessorTest class core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php Tests Drupal\path_alias\PathProcessor\AliasPathProcessor.
AliasPathProcessorTest.php file core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php
AliasPathProcessorTest::$aliasManager property core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php The mocked alias manager.
AliasPathProcessorTest::$pathProcessor property core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php The tested path processor.
AliasPathProcessorTest::providerTestProcessOutbound function core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php Provides data for testing outbound processing.
AliasPathProcessorTest::setUp function core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php
AliasPathProcessorTest::testProcessInbound function core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php Tests the processInbound method.
AliasPathProcessorTest::testProcessOutbound function core/modules/path_alias/tests/src/Unit/PathProcessor/AliasPathProcessorTest.php Tests process outbound.
AliasPrefixList class core/modules/path_alias/src/AliasPrefixList.php Cache a list of valid alias prefixes.
AliasPrefixList.php file core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::$pathAliasRepository property core/modules/path_alias/src/AliasPrefixList.php The path alias repository.
AliasPrefixList::$state property core/modules/path_alias/src/AliasPrefixList.php The Key/Value Store to use for state.
AliasPrefixList::clear function core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::get function core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::has function core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::lazyLoadCache function core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::loadMenuPathRoots function core/modules/path_alias/src/AliasPrefixList.php Loads menu path roots to prepopulate cache.
AliasPrefixList::resolveCacheMiss function core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::set function core/modules/path_alias/src/AliasPrefixList.php
AliasPrefixList::__construct function core/modules/path_alias/src/AliasPrefixList.php Constructs an AliasPrefixList object.
AliasPrefixListInterface interface core/modules/path_alias/src/AliasPrefixListInterface.php Cache a list of valid alias prefixes.
AliasPrefixListInterface.php file core/modules/path_alias/src/AliasPrefixListInterface.php
AliasRepository class core/modules/path_alias/src/AliasRepository.php Provides the default path alias lookup operations.
AliasRepository.php file core/modules/path_alias/src/AliasRepository.php
AliasRepository::$connection property core/modules/path_alias/src/AliasRepository.php The database connection.
AliasRepository::addLanguageFallback function core/modules/path_alias/src/AliasRepository.php Adds path alias language fallback conditions to a select query object.
AliasRepository::getBaseQuery function core/modules/path_alias/src/AliasRepository.php Returns a SELECT query for the path_alias base table.
AliasRepository::lookupByAlias function core/modules/path_alias/src/AliasRepository.php
AliasRepository::lookupBySystemPath function core/modules/path_alias/src/AliasRepository.php
AliasRepository::pathHasMatchingAlias function core/modules/path_alias/src/AliasRepository.php
AliasRepository::preloadPathAlias function core/modules/path_alias/src/AliasRepository.php
AliasRepository::__construct function core/modules/path_alias/src/AliasRepository.php Constructs an AliasRepository object.
AliasRepositoryInterface interface core/modules/path_alias/src/AliasRepositoryInterface.php Provides an interface for path alias lookup operations.
AliasRepositoryInterface.php file core/modules/path_alias/src/AliasRepositoryInterface.php

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