Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
PackageManagerFixtureCreator::createFixture function core/scripts/PackageManagerFixtureCreator.php Creates the fixture.
PackageManagerFixtureCreator::FIXTURE_PATH constant core/scripts/PackageManagerFixtureCreator.php
PackageManagerFixtureCreator::removeAllExcept function core/scripts/PackageManagerFixtureCreator.php Removes all files in a directory except the ones specified.
PackageManagerFixtureCreator::runComposerCommand function core/scripts/PackageManagerFixtureCreator.php Runs a Composer command at the fixture root.
PackageManagerKernelTestBase::$disableValidators property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The service IDs of any validators to disable.
PackageManagerKernelTestBase::assertEventPropagationStopped function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Asserts event propagation is stopped by a certain event subscriber.
PackageManagerUninstallValidator class core/modules/package_manager/src/PackageManagerUninstallValidator.php Prevents any module from being uninstalled if update is in process.
PackageManagerUninstallValidator.php file core/modules/package_manager/src/PackageManagerUninstallValidator.php
PackageManagerUninstallValidator::validate function core/modules/package_manager/src/PackageManagerUninstallValidator.php Determines the reasons a module can not be uninstalled.
PackageManagerUninstallValidator::__construct function core/modules/package_manager/src/PackageManagerUninstallValidator.php
package_manager.direct_write_precondition.directories service core/modules/package_manager/package_manager.services.yml Drupal\package_manager\DirectWritePreconditionBypass
package_manager.validator.collect_paths_to_exclude_fail service core/modules/package_manager/tests/modules/package_manager_test_validation/package_manager_test_validation.services.yml Drupal\package_manager_test_validation\CollectPathsToExcludeFailValidator
package_manager_test_release_history.info.yml file core/modules/package_manager/tests/modules/package_manager_test_release_history/package_manager_test_release_history.info.yml core/modules/package_manager/tests/modules/package_manager_test_release_history/package_manager_test_release_history.info.yml
package_manager_test_release_history.routing.yml file core/modules/package_manager/tests/modules/package_manager_test_release_history/package_manager_test_release_history.routing.yml core/modules/package_manager/tests/modules/package_manager_test_release_history/package_manager_test_release_history.routing.yml
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.
PathExtractor class core/lib/Drupal/Core/Theme/Plugin/IconExtractor/PathExtractor.php Plugin implementation of the icon_extractor.
PathExtractor.php file core/lib/Drupal/Core/Theme/Plugin/IconExtractor/PathExtractor.php
PathExtractor::discoverIcons function core/lib/Drupal/Core/Theme/Plugin/IconExtractor/PathExtractor.php Get a list of all the icons discovered by this extractor.
PathExtractorTest class core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php @coversDefaultClass \Drupal\Core\Theme\Plugin\IconExtractor\PathExtractor[[api-linebreak]]
PathExtractorTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php
PathExtractorTest::$iconFinder property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php The IconFinder instance.
PathExtractorTest::$pathExtractorPlugin property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php The PathExtractor instance.
PathExtractorTest::$pluginId property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php This test plugin id (icon pack id).
PathExtractorTest::providerDiscoverIconsPath function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php Data provider for ::testDiscoverIconsPath().
PathExtractorTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php
PathExtractorTest::testDiscoverIconsPath function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php Test the PathExtractor::discoverIcons() method.
PathLocator class core/modules/package_manager/src/PathLocator.php Computes file system paths that are needed to stage code changes.
PathLocator.php file core/modules/package_manager/src/PathLocator.php
PathLocator::getProjectRoot function core/modules/package_manager/src/PathLocator.php Returns the absolute path of the project root.
PathLocator::getStagingRoot function core/modules/package_manager/src/PathLocator.php Returns the directory where stage directories will be created.
PathLocator::getVendorDirectory function core/modules/package_manager/src/PathLocator.php Returns the absolute path of the vendor directory.
PathLocator::getWebRoot function core/modules/package_manager/src/PathLocator.php Returns the path of the Drupal installation, relative to the project root.
PathLocator::__construct function core/modules/package_manager/src/PathLocator.php
PathLocatorTest class core/modules/package_manager/tests/src/Unit/PathLocatorTest.php @coversDefaultClass \Drupal\package_manager\PathLocator[[api-linebreak]]
@group package_manager
@internal
PathLocatorTest.php file core/modules/package_manager/tests/src/Unit/PathLocatorTest.php
PathLocatorTest::providerWebRoot function core/modules/package_manager/tests/src/Unit/PathLocatorTest.php Data provider for ::testWebRoot().
PathLocatorTest::testStagingRoot function core/modules/package_manager/tests/src/Unit/PathLocatorTest.php @covers ::getStagingRoot[[api-linebreak]]
PathLocatorTest::testWebRoot function core/modules/package_manager/tests/src/Unit/PathLocatorTest.php Tests that the web root is computed correctly.
PdoTrait::fetchAsToPdo function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Converts a FetchAs mode to a \PDO::FETCH_* constant value.
PdoTrait::pdoToFetchAs function core/lib/Drupal/Core/Database/Statement/PdoTrait.php Converts a \PDO::FETCH_* constant value to a FetchAs mode.
PendingUpdatesValidator class core/modules/package_manager/src/Validator/PendingUpdatesValidator.php Validates that there are no pending database updates.
PendingUpdatesValidator.php file core/modules/package_manager/src/Validator/PendingUpdatesValidator.php
PendingUpdatesValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php
PendingUpdatesValidator::updatesExist function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php Checks if there are any pending update or post-update hooks.
PendingUpdatesValidator::validate function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php Validates that there are no pending database updates.
PendingUpdatesValidator::__construct function core/modules/package_manager/src/Validator/PendingUpdatesValidator.php

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