Search for path

  1. Search 7.x for path
  2. Search 9.5.x for path
  3. Search 8.9.x for path
  4. Search 11.x for path
  5. Other projects
Title Object type File name Summary
path.links.menu.yml file core/modules/path/path.links.menu.yml core/modules/path/path.links.menu.yml
path.links.task.yml file core/modules/path/path.links.task.yml core/modules/path/path.links.task.yml
path.matcher service core/core.services.yml Drupal\Core\Path\PathMatcher
path.migrate_drupal.yml file core/modules/path/migrations/state/path.migrate_drupal.yml core/modules/path/migrations/state/path.migrate_drupal.yml
path.module file core/modules/path/path.module Enables users to rename URLs.
path.overview.html.twig file core/modules/path/help_topics/path.overview.html.twig ---
label: 'Configuring aliases for URLs'
top_level: true
related:
- path.creating_alias
- path.editing_alias
---
<h2>{% trans %}What is a URL?{% endtrans %}</h2>
<p>{% trans %}URL is the abbreviation for "Uniform…
path.permissions.yml file core/modules/path/path.permissions.yml core/modules/path/path.permissions.yml
path.post_update.php file core/modules/path/path.post_update.php Post update functions for the path module.
path.schema.yml file core/modules/path/config/schema/path.schema.yml core/modules/path/config/schema/path.schema.yml
path.validator service core/core.services.yml Drupal\Core\Path\PathValidator
PathAdminTest class core/modules/path/tests/src/Functional/PathAdminTest.php Tests the Path admin UI.
PathAdminTest.php file core/modules/path/tests/src/Functional/PathAdminTest.php
PathAdminTest::$defaultTheme property core/modules/path/tests/src/Functional/PathAdminTest.php The theme to install as the default for testing.
PathAdminTest::$modules property core/modules/path/tests/src/Functional/PathAdminTest.php Modules to install.
PathAdminTest::setUp function core/modules/path/tests/src/Functional/PathAdminTest.php
PathAdminTest::testPathFiltering function core/modules/path/tests/src/Functional/PathAdminTest.php Tests the filtering aspect of the Path UI.
PathAlias class core/modules/path_alias/src/Entity/PathAlias.php Defines the path_alias entity class.
PathAlias.php file core/modules/path_alias/src/Entity/PathAlias.php
PathAlias::baseFieldDefinitions function core/modules/path_alias/src/Entity/PathAlias.php
PathAlias::getAlias function core/modules/path_alias/src/Entity/PathAlias.php Gets the alias for this path.
PathAlias::getCacheTagsToInvalidate function core/modules/path_alias/src/Entity/PathAlias.php Returns the cache tags that should be used to invalidate caches.
PathAlias::getPath function core/modules/path_alias/src/Entity/PathAlias.php Gets the source path of the alias.
PathAlias::label function core/modules/path_alias/src/Entity/PathAlias.php Gets the label of the entity.
PathAlias::postDelete function core/modules/path_alias/src/Entity/PathAlias.php Acts on deleted entities before the delete hook is invoked.
PathAlias::postSave function core/modules/path_alias/src/Entity/PathAlias.php Acts on a saved entity before the insert or update hook is invoked.
PathAlias::preSave function core/modules/path_alias/src/Entity/PathAlias.php Acts on an entity before the presave hook is invoked.
PathAlias::setAlias function core/modules/path_alias/src/Entity/PathAlias.php Sets the alias for this path.
PathAlias::setPath function core/modules/path_alias/src/Entity/PathAlias.php Sets the source path of the alias.
PathAliasConstraint class core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php Validation constraint for changing path aliases in pending revisions.
PathAliasConstraint.php file core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php
PathAliasConstraint::$message property core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraint.php
PathAliasConstraintValidator class core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php Constraint validator for changing path aliases in pending revisions.
PathAliasConstraintValidator.php file core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php
PathAliasConstraintValidator::$entityTypeManager property core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php The entity type manager.
PathAliasConstraintValidator::create function core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php Instantiates a new instance of this class.
PathAliasConstraintValidator::validate function core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php
PathAliasConstraintValidator::__construct function core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php Creates a new PathAliasConstraintValidator instance.
PathAliasForm class core/modules/path/src/PathAliasForm.php Form handler for the path alias edit forms.
PathAliasForm.php file core/modules/path/src/PathAliasForm.php
PathAliasForm::$entity property core/modules/path/src/PathAliasForm.php The path_alias entity.
PathAliasForm::save function core/modules/path/src/PathAliasForm.php Form submission handler for the 'save' action.
PathAliasInterface interface core/modules/path_alias/src/PathAliasInterface.php Provides an interface defining a path_alias entity.
PathAliasInterface.php file core/modules/path_alias/src/PathAliasInterface.php
PathAliasInterface::getAlias function core/modules/path_alias/src/PathAliasInterface.php Gets the alias for this path.
PathAliasInterface::getPath function core/modules/path_alias/src/PathAliasInterface.php Gets the source path of the alias.
PathAliasInterface::setAlias function core/modules/path_alias/src/PathAliasInterface.php Sets the alias for this path.
PathAliasInterface::setPath function core/modules/path_alias/src/PathAliasInterface.php Sets the source path of the alias.
PathAliasJsonAnonTest class core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php Test path_alias entities for unauthenticated JSON requests.
PathAliasJsonAnonTest.php file core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php
PathAliasJsonAnonTest::$defaultTheme property core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php The theme to install as the default for testing.

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