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 10.3.x for path
  5. Other projects
Title Object type File name Summary
AliasPrefixList::$pathAliasRepository property core/modules/path_alias/src/AliasPrefixList.php The path alias repository.
AliasPrefixList::loadMenuPathRoots function core/modules/path_alias/src/AliasPrefixList.php Loads menu path roots to prepopulate cache.
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://.
BootableCommandTrait::getSitePath function core/lib/Drupal/Core/Command/BootableCommandTrait.php Gets the site path.
CollectPathsToExcludeEvent class core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Defines an event that collects paths to exclude.
CollectPathsToExcludeEvent.php file core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::add function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::addPathsRelativeToProjectRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the project root.
CollectPathsToExcludeEvent::addPathsRelativeToWebRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the web root.
CollectPathsToExcludeEvent::getAll function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::scanForDirectoriesByName function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Finds all directories in the project root matching the given name.
CollectPathsToExcludeEvent::__construct function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Constructs a CollectPathsToExcludeEvent object.
CollectPathsToExcludeFailValidator class core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Allows to test an excluder which fails on CollectPathsToExcludeEvent.
CollectPathsToExcludeFailValidator.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php
CollectPathsToExcludeFailValidator::callToComposer function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Fails when composer.json is deleted to simulate failure on excluders.
CollectPathsToExcludeFailValidator::getSubscribedEvents function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php
CollectPathsToExcludeFailValidator::__construct function core/modules/package_manager/tests/modules/package_manager_test_validation/src/CollectPathsToExcludeFailValidator.php Constructs a CollectPathsToExcludeFailValidator object.
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.
ComposerInspectorTest::testMetapackagePath function core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php Tests that the installed path of metapackages is always NULL.
ComposerInstallersTrait::setInstallerPaths function core/modules/package_manager/tests/src/Traits/ComposerInstallersTrait.php Sets the installer paths config.
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.
DebugDump::$stagingFilePath property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php The path to the dump staging file.
Drupal\package_manager\PathExcluder\GitExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\NodeModulesExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\SiteConfigurationExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\SiteFilesExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\SqliteDatabaseExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\TestSiteExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\UnknownPathExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathExcluder\VendorHardeningExcluder service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PathLocator service core/modules/package_manager/package_manager.services.yml
DuplicateInfoFileValidatorTest::createFileAtPath function core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php Creates the file at the root directory.
EntityFormModeUpdatePathTest class core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php Tests update path for the entity form mode description value from '' to NULL.
EntityFormModeUpdatePathTest.php file core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php
EntityFormModeUpdatePathTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityFormModeUpdatePathTest.php Set database dump files to be used.

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