Search for path

  1. Search 7.x for path
  2. Search 8.9.x for path
  3. Search 10.3.x for path
  4. Search 11.x for path
  5. Search main for path
  6. Other projects
Title Object type File name Summary
PathAliasSubscriber.php file core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
PathAliasSubscriber::$aliasManager property core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php The alias manager that caches alias lookups based on the request.
PathAliasSubscriber::$currentPath property core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php The current path.
PathAliasSubscriber::getSubscribedEvents function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Registers the methods in this class that should be listeners.
PathAliasSubscriber::onKernelController function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Sets the cache key on the alias manager cache decorator.
PathAliasSubscriber::onKernelTerminate function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Ensures system paths for the request get cached.
PathAliasSubscriber::__construct function core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Constructs a new PathSubscriber instance.
PathAliasTest class core/modules/jsonapi/tests/src/Functional/PathAliasTest.php JSON:API integration test for the "PathAlias" content entity type.
PathAliasTest class core/modules/path/tests/src/Functional/PathAliasTest.php Tests modifying path aliases from the UI.
PathAliasTest.php file core/modules/path/tests/src/Functional/PathAliasTest.php
PathAliasTest.php file core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$defaultTheme property core/modules/path/tests/src/Functional/PathAliasTest.php
PathAliasTest::$entity property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$modules property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$modules property core/modules/path/tests/src/Functional/PathAliasTest.php Modules to enable.
PathAliasTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$resourceTypeIsVersionable property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::createEntity function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::getPID function core/modules/path/tests/src/Functional/PathAliasTest.php Returns the path ID.
PathAliasTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::setUp function core/modules/path/tests/src/Functional/PathAliasTest.php
PathAliasTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::testAdminAlias function core/modules/path/tests/src/Functional/PathAliasTest.php Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias function core/modules/path/tests/src/Functional/PathAliasTest.php Tests that duplicate aliases fail validation.
PathAliasTest::testNodeAlias function core/modules/path/tests/src/Functional/PathAliasTest.php Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache function core/modules/path/tests/src/Functional/PathAliasTest.php Tests the path cache.
PathAliasTestTrait trait core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php Provides methods to create and assert path_alias entities.
PathAliasTestTrait.php file core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php
PathAliasTestTrait::assertPathAliasExists function core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php Asserts that a path alias exists in the storage.
PathAliasTestTrait::assertPathAliasNotExists function core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php Asserts that a path alias does not exist in the storage.
PathAliasTestTrait::createPathAlias function core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php Creates a new path alias.
PathAliasTestTrait::loadPathAliasByConditions function core/tests/Drupal/Tests/Traits/Core/PathAliasTestTrait.php Gets the first result from a 'load by properties' storage call.
PathAliasXmlAnonTest class core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php Test path_alias entities for unauthenticated XML requests.
PathAliasXmlAnonTest.php file core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php
PathAliasXmlAnonTest::$defaultTheme property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php
PathAliasXmlAnonTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php
PathAliasXmlAnonTest::$mimeType property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php
PathAliasXmlBasicAuthTest class core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php Test path_alias entities for XML requests with cookie authentication.
PathAliasXmlBasicAuthTest.php file core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php
PathAliasXmlBasicAuthTest::$auth property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php
PathAliasXmlBasicAuthTest::$defaultTheme property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php
PathAliasXmlBasicAuthTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php
PathAliasXmlBasicAuthTest::$mimeType property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php
PathAliasXmlBasicAuthTest::$modules property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php
PathAliasXmlCookieTest class core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php Test path_alias entities for XML requests.
PathAliasXmlCookieTest.php file core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php

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