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
AssetOptimizationTest::$fileAssetsPath property core/tests/Drupal/FunctionalTests/Asset/AssetOptimizationTest.php The file assets path settings value.
AssetsStream::basePath function core/lib/Drupal/Core/StreamWrapper/AssetsStream.php Returns the base path for public://.
Component::getTemplatePath function core/lib/Drupal/Core/Plugin/Component.php The template path.
ComponentMetadata::$path property core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php The absolute path to the component directory.
ComponentMetadata::$thumbnailPath property core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php The PNG path for the component thumbnail.
ComponentMetadata::getThumbnailPath function core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php Gets the thumbnail path.
ComponentPluginManager::makePathRelativeToLibraryRoot function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Takes a path and makes it relative to the library provider.
ComponentPluginManager::translateLibraryPaths function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Changes the library paths, so they can be used by the library system.
ConfigTarget::$propertyPaths property core/lib/Drupal/Core/Form/ConfigTarget.php The property paths to target.
ConstraintViolationBuilder::atPath function core/lib/Drupal/Core/Validation/ConstraintViolationBuilder.php
DatabaseDriver::getExtensionPathname function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path of the main extension file, if any.
DatabaseDriver::getPath function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path of the extension.
DatabaseDriver::getPathname function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path and filename of the extension's info file.
DatabaseDriverList::getPath function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Gets the path to an extension of a specific type (module, theme, etc.).
DatabaseDriverList::getPathname function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Gets the info file path for an extension.
DatabaseDriverList::getPathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a list of extension file paths keyed by machine name.
DatabaseDriverList::recalculatePathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Generates a sorted list of .info.yml file locations for all extensions.
DatabaseDriverList::setPathname function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Sets the pathname for an extension.
ExecutionContext::$propertyPath property core/lib/Drupal/Core/Validation/ExecutionContext.php The property path leading to the current value.
ExecutionContext::getPropertyPath function core/lib/Drupal/Core/Validation/ExecutionContext.php
InputStreamUploadedFile::getPathname function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the path to the file.
InputStreamUploadedFile::getRealPath function core/modules/file/src/Upload/InputStreamUploadedFile.php Gets the absolute path to the file.
MigrateMessageControllerTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the available upgrade paths.
MigrateMessageControllerTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the missing upgrade paths.
MigrateMessageControllerTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php Gets the source base path for the concrete test.
NavigationRenderer::$contentEntityPaths property core/modules/navigation/src/NavigationRenderer.php A list of all the link paths of enabled content entities.
NavigationRenderer::getContentEntityPaths function core/modules/navigation/src/NavigationRenderer.php Returns the paths for the link templates of all content entities.
NavigationRenderer::getContentEntityTypePaths function core/modules/navigation/src/NavigationRenderer.php Returns the path for the link template for a given content entity type.
OptionsFieldUIAllowedValuesTest::$adminPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Admin path to manage field storage settings.
OptionsFieldUIAllowedValuesTest::$nodeFormPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Node form path for created content type.
OptionsFieldUITest::$adminPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Admin path to manage field storage settings.
OptionsFieldUITest::$nodeFormPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Node form path for created content type.
path.creating_alias.html.twig file core/modules/path/help_topics/path.creating_alias.html.twig ---
label: 'Creating a URL alias for a content item'
related:
- path.overview
- path.editing_alias
- node.creating_content
- node.editing
---
{% set path_permissions_link_text %}
{% trans %}Create and edit URL aliases{% endtrans…
path.editing_alias.html.twig file core/modules/path/help_topics/path.editing_alias.html.twig ---
label: 'Editing a URL alias'
related:
- path.overview
- path.creating_alias
---
{% set path_permissions_link_text %}
{% trans %}Administer URL aliases{% endtrans %}
{% endset %}
{% set path_permissions_link =…
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…
PathAliasStorageSchemaTest class core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests the path_alias storage schema.
PathAliasStorageSchemaTest.php file core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php
PathAliasStorageSchemaTest::$modules property core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Modules to install.
PathAliasStorageSchemaTest::setUp function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php
PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests that the path_alias__status index is removed.
PathChangedHelper class core/lib/Drupal/Core/Routing/PathChangedHelper.php Provides helper functions for handling path changes.
PathChangedHelper.php file core/lib/Drupal/Core/Routing/PathChangedHelper.php
PathChangedHelper::$newUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the route whose path has changed.
PathChangedHelper::$oldUrl property core/lib/Drupal/Core/Routing/PathChangedHelper.php The URL object for the BC route.
PathChangedHelper::newPath function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns the updated path.
PathChangedHelper::oldPath function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns the deprecated path.
PathChangedHelper::redirect function core/lib/Drupal/Core/Routing/PathChangedHelper.php Returns a redirect to the new path.
PathChangedHelper::__construct function core/lib/Drupal/Core/Routing/PathChangedHelper.php Constructs a PathChangedHelper object.
PathChangedHelperTest class core/tests/Drupal/Tests/Core/Routing/PathChangedHelperTest.php @coversDefaultClass \Drupal\Core\Routing\PathChangedHelper[[api-linebreak]]
@group Routing
PathChangedHelperTest class core/tests/Drupal/KernelTests/Core/Routing/PathChangedHelperTest.php Tests the PathChangedHelper class.

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