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
path.route_processor_bc service core/modules/path/path.services.yml Drupal\path\Routing\RouteProcessor
path.route_subscriber_bc service core/modules/path/path.services.yml Drupal\path\Routing\RouteSubscriber
path.schema.yml file core/modules/path/config/schema/path.schema.yml core/modules/path/config/schema/path.schema.yml
path.services.yml file core/modules/path/path.services.yml core/modules/path/path.services.yml
Path::buildOptionsForm function core/modules/node/src/Plugin/views/field/Path.php Default options form that provides the label widget that all fields
should have.
Path::defineOptions function core/modules/node/src/Plugin/views/field/Path.php Information about options for all kinds of purposes will be held here.
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 enable.
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 Provides base field definitions for an entity type.
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.
PathAliasDeprecatedTestServiceProvider class core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php Test service provider to test path alias deprecated services BC logic.
PathAliasDeprecatedTestServiceProvider.php file core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php
PathAliasDeprecatedTestServiceProvider::$newClass property core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php The name of the new implementation class for the alias manager.
PathAliasDeprecatedTestServiceProvider::$useDecorator property core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php Whether to use a decorator to wrap the alias manager implementation.
PathAliasDeprecatedTestServiceProvider::alter function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/PathAliasDeprecatedTestServiceProvider.php Modifies existing service definitions.
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.
PathAliasHalJsonAnonTest class core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php @group hal
@group path_alias
PathAliasHalJsonAnonTest.php file core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php
PathAliasHalJsonAnonTest::$defaultTheme property core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php The theme to install as the default for testing.
PathAliasHalJsonAnonTest::$format property core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php The format to use in this test.
PathAliasHalJsonAnonTest::$mimeType property core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php The MIME type that corresponds to $format.
PathAliasHalJsonAnonTest::$modules property core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonAnonTest.php Modules to install.
PathAliasHalJsonBasicAuthTest class core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonBasicAuthTest.php @group hal
@group path_alias
PathAliasHalJsonBasicAuthTest.php file core/modules/path_alias/tests/src/Functional/Hal/PathAliasHalJsonBasicAuthTest.php

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