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. Other projects
Title Object type File name Summary
PathHooksTest::$modules property core/modules/path_alias/tests/src/Kernel/PathHooksTest.php Modules to enable.
PathHooksTest::setUp function core/modules/path_alias/tests/src/Kernel/PathHooksTest.php
PathHooksTest::testPathHooks function core/modules/path_alias/tests/src/Kernel/PathHooksTest.php Tests that the PathAlias entity clears caches correctly.
PathItem class core/modules/path/src/Plugin/Field/FieldType/PathItem.php Defines the 'path' entity field type.
PathItem.php file core/modules/path/src/Plugin/Field/FieldType/PathItem.php
PathItem::generateSampleValue function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Generates placeholder field values.
PathItem::isEmpty function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Determines whether the data structure is empty.
PathItem::mainPropertyName function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Returns the name of the main property, if any.
PathItem::postSave function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Defines custom post-save behavior for field values.
PathItem::preSave function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Defines custom presave behavior for field values.
PathItem::propertyDefinitions function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Defines field item properties.
PathItem::schema function core/modules/path/src/Plugin/Field/FieldType/PathItem.php Returns the schema for the field.
PathItemTest class core/modules/path/tests/src/Kernel/PathItemTest.php Tests loading and storing data using PathItem.
PathItemTest.php file core/modules/path/tests/src/Kernel/PathItemTest.php
PathItemTest::$modules property core/modules/path/tests/src/Kernel/PathItemTest.php Modules to enable.
PathItemTest::setUp function core/modules/path/tests/src/Kernel/PathItemTest.php
PathItemTest::testPathItem function core/modules/path/tests/src/Kernel/PathItemTest.php Tests creating, loading, updating and deleting aliases through PathItem.
PathLanguageTest class core/modules/path/tests/src/Functional/PathLanguageTest.php Confirm that paths work with translated nodes.
PathLanguageTest.php file core/modules/path/tests/src/Functional/PathLanguageTest.php
PathLanguageTest::$defaultTheme property core/modules/path/tests/src/Functional/PathLanguageTest.php The theme to install as the default for testing.
PathLanguageTest::$modules property core/modules/path/tests/src/Functional/PathLanguageTest.php Modules to enable.
PathLanguageTest::$webUser property core/modules/path/tests/src/Functional/PathLanguageTest.php A user with permissions to administer content types.
PathLanguageTest::setUp function core/modules/path/tests/src/Functional/PathLanguageTest.php
PathLanguageTest::testAliasTranslation function core/modules/path/tests/src/Functional/PathLanguageTest.php Tests alias functionality through the admin interfaces.
PathLanguageUiTest class core/modules/path/tests/src/Functional/PathLanguageUiTest.php Confirm that the Path module user interface works with languages.
PathLanguageUiTest.php file core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathLanguageUiTest::$defaultTheme property core/modules/path/tests/src/Functional/PathLanguageUiTest.php The theme to install as the default for testing.
PathLanguageUiTest::$modules property core/modules/path/tests/src/Functional/PathLanguageUiTest.php Modules to enable.
PathLanguageUiTest::setUp function core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathLanguageUiTest::testDefaultLanguageUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a non-default language URL alias works.
PathLanguageUiTest::testNotSpecifiedNode function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests language unspecific aliases are shown and saved in the node form.
PathMatcher class core/lib/Drupal/Core/Path/PathMatcher.php Provides a path matcher.
PathMatcher.php file core/lib/Drupal/Core/Path/PathMatcher.php
PathMatcher::$configFactory property core/lib/Drupal/Core/Path/PathMatcher.php The config factory service.
PathMatcher::$frontPage property core/lib/Drupal/Core/Path/PathMatcher.php The default front page.
PathMatcher::$isCurrentFrontPage property core/lib/Drupal/Core/Path/PathMatcher.php Whether the current page is the front page.
PathMatcher::$regexes property core/lib/Drupal/Core/Path/PathMatcher.php The cache of regular expressions.
PathMatcher::$routeMatch property core/lib/Drupal/Core/Path/PathMatcher.php The current route match.
PathMatcher::getFrontPagePath function core/lib/Drupal/Core/Path/PathMatcher.php Gets the current front page path.
PathMatcher::isFrontPage function core/lib/Drupal/Core/Path/PathMatcher.php Checks if the current page is the front page.
PathMatcher::matchPath function core/lib/Drupal/Core/Path/PathMatcher.php Checks if a path matches any pattern in a set of patterns.
PathMatcher::__construct function core/lib/Drupal/Core/Path/PathMatcher.php Creates a new PathMatcher.
PathMatcherInterface interface core/lib/Drupal/Core/Path/PathMatcherInterface.php Provides an interface for URL path matchers.
PathMatcherInterface.php file core/lib/Drupal/Core/Path/PathMatcherInterface.php
PathMatcherInterface::isFrontPage function core/lib/Drupal/Core/Path/PathMatcherInterface.php Checks if the current page is the front page.
PathMatcherInterface::matchPath function core/lib/Drupal/Core/Path/PathMatcherInterface.php Checks if a path matches any pattern in a set of patterns.
PathMatcherTest class core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php @coversDefaultClass \Drupal\Core\Path\PathMatcher
@group Path
PathMatcherTest.php file core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php

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