Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PathAliasListBuilder::getEntityIds function core/modules/path/src/PathAliasListBuilder.php Loads entity IDs using a pager sorted by the entity id.
PathAliasListBuilder::render function core/modules/path/src/PathAliasListBuilder.php Builds the entity listing as renderable array for table.html.twig.
PathAliasListBuilder::__construct function core/modules/path/src/PathAliasListBuilder.php Constructs a new PathAliasListBuilder object.
PathAliasMenuLinkContentTest class core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Ensures that the menu tree adapts to path alias changes.
PathAliasMenuLinkContentTest.php file core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
PathAliasMenuLinkContentTest::$modules property core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Modules to enable.
PathAliasMenuLinkContentTest::register function core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Registers test-specific services.
PathAliasMenuLinkContentTest::setUp function core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
PathAliasMenuLinkContentTest::testPathAliasChange function core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php Tests the path aliasing changing.
PathAliasResourceTestBase class core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Base class for path_alias EntityResource tests.
PathAliasResourceTestBase.php file core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php
PathAliasResourceTestBase::$entityTypeId property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The tested entity type.
PathAliasResourceTestBase::$firstCreatedEntityId property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The entity ID for the first created entity in testPost().
PathAliasResourceTestBase::$modules property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Modules to install.
PathAliasResourceTestBase::$patchProtectedFieldNames property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The fields that are protected against modification during PATCH requests.
PathAliasResourceTestBase::$secondCreatedEntityId property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The entity ID for the second created entity in testPost().
PathAliasResourceTestBase::createEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Creates the entity to be tested.
PathAliasResourceTestBase::getExpectedCacheContexts function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
PathAliasResourceTestBase::getExpectedNormalizedEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Returns the expected normalization of the entity.
PathAliasResourceTestBase::getNormalizedPostEntity function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Returns the normalized POST entity.
PathAliasResourceTestBase::setUpAuthorization function core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php Sets up the necessary authorization.
PathAliasStorage class core/modules/path_alias/src/PathAliasStorage.php Defines the storage handler class for path_alias entities.
PathAliasStorage.php file core/modules/path_alias/src/PathAliasStorage.php
PathAliasStorage::createWithSampleValues function core/modules/path_alias/src/PathAliasStorage.php Creates an entity with sample field values.
PathAliasStorage::invokeHook function core/modules/path_alias/src/PathAliasStorage.php Invokes a hook on behalf of the entity.
PathAliasStorageSchema class core/modules/path_alias/src/PathAliasStorageSchema.php Defines the path_alias schema handler.
PathAliasStorageSchema.php file core/modules/path_alias/src/PathAliasStorageSchema.php
PathAliasStorageSchema::getEntitySchema function core/modules/path_alias/src/PathAliasStorageSchema.php Gets the entity schema for the specified entity type.
PathAliasSubscriber class core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php Provides a path subscriber that converts path aliases.
PathAliasSubscriber.php file core/modules/path_alias/src/EventSubscriber/PathAliasSubscriber.php
PathAliasTest class core/modules/path/tests/src/Functional/PathAliasTest.php Add, edit, delete, and change alias and verify its consistency in the
database.
PathAliasTest class core/modules/jsonapi/tests/src/Functional/PathAliasTest.php JSON:API integration test for the "PathAlias" content entity type.
PathAliasTest.php file core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest.php file core/modules/path/tests/src/Functional/PathAliasTest.php
PathAliasTest::$defaultTheme property core/modules/path/tests/src/Functional/PathAliasTest.php The theme to install as the default for testing.
PathAliasTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php The theme to install as the default for testing.
PathAliasTest::$entity property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php
PathAliasTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php The tested entity type.
PathAliasTest::$modules property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Modules to enable.
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 The fields that are protected against modification during PATCH requests.
PathAliasTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php The name of the tested JSON:API resource type.
PathAliasTest::createEntity function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Creates the entity to be tested.
PathAliasTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Returns the expected JSON:API document for the entity.
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 Returns the JSON:API POST document.
PathAliasTest::setUp function core/modules/path/tests/src/Functional/PathAliasTest.php
PathAliasTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/PathAliasTest.php Sets up the necessary authorization.
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.

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