Search for path
Title | Object type | File name | Summary |
---|---|---|---|
PathHooksTest | class | core/ |
@coversDefaultClass \Drupal\path_alias\Entity\PathAlias |
PathHooksTest.php | file | core/ |
|
PathHooksTest::$modules | property | core/ |
Modules to install. |
PathHooksTest::setUp | function | core/ |
|
PathHooksTest::testPathHooks | function | core/ |
Tests that the PathAlias entity clears caches correctly. |
PathItem | class | core/ |
Defines the 'path' entity field type. |
PathItem.php | file | core/ |
|
PathItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
PathItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
PathItem::mainPropertyName | function | core/ |
Returns the name of the main property, if any. |
PathItem::postSave | function | core/ |
Defines custom post-save behavior for field values. |
PathItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
PathItem::propertyDefinitions | function | core/ |
Defines field item properties. |
PathItem::schema | function | core/ |
Returns the schema for the field. |
PathItemTest | class | core/ |
Tests loading and storing data using PathItem. |
PathItemTest.php | file | core/ |
|
PathItemTest::$modules | property | core/ |
Modules to install. |
PathItemTest::setUp | function | core/ |
|
PathItemTest::testPathItem | function | core/ |
Tests creating, loading, updating and deleting aliases through PathItem. |
PathLanguageTest | class | core/ |
Confirm that paths work with translated nodes. |
PathLanguageTest.php | file | core/ |
|
PathLanguageTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathLanguageTest::$modules | property | core/ |
Modules to install. |
PathLanguageTest::$webUser | property | core/ |
A user with permissions to administer content types. |
PathLanguageTest::setUp | function | core/ |
|
PathLanguageTest::testAliasTranslation | function | core/ |
Tests alias functionality through the admin interfaces. |
PathLanguageUiTest | class | core/ |
Confirm that the Path module user interface works with languages. |
PathLanguageUiTest.php | file | core/ |
|
PathLanguageUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathLanguageUiTest::$modules | property | core/ |
Modules to install. |
PathLanguageUiTest::setUp | function | core/ |
|
PathLanguageUiTest::testDefaultLanguageUrl | function | core/ |
Tests that a default language URL alias works. |
PathLanguageUiTest::testLanguageNeutralUrl | function | core/ |
Tests that a language-neutral URL alias works. |
PathLanguageUiTest::testNonDefaultUrl | function | core/ |
Tests that a non-default language URL alias works. |
PathLanguageUiTest::testNotSpecifiedNode | function | core/ |
Tests language unspecific aliases are shown and saved in the node form. |
PathLocator | class | core/ |
Computes file system paths that are needed to stage code changes. |
PathLocator.php | file | core/ |
|
PathLocator::getProjectRoot | function | core/ |
Returns the absolute path of the project root. |
PathLocator::getStagingRoot | function | core/ |
Returns the directory where stage directories will be created. |
PathLocator::getVendorDirectory | function | core/ |
Returns the absolute path of the vendor directory. |
PathLocator::getWebRoot | function | core/ |
Returns the path of the Drupal installation, relative to the project root. |
PathLocator::__construct | function | core/ |
|
PathLocatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\PathLocator @group package_manager @internal |
PathLocatorTest.php | file | core/ |
|
PathLocatorTest::providerWebRoot | function | core/ |
Data provider for ::testWebRoot(). |
PathLocatorTest::testStagingRoot | function | core/ |
@covers ::getStagingRoot |
PathLocatorTest::testWebRoot | function | core/ |
Tests that the web root is computed correctly. |
PathMatcher | class | core/ |
Provides a path matcher. |
PathMatcher.php | file | core/ |
|
PathMatcher::$configFactory | property | core/ |
The config factory service. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.