Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
UnitTestCase::setupMockIterator function core/tests/Drupal/Tests/UnitTestCase.php Set up a traversable class mock to return specific items when iterated.
UnitTestCaseTest class core/tests/Drupal/Tests/UnitTestCaseTest.php Tests for the UnitTestCase class.
UnitTestCaseTest.php file core/tests/Drupal/Tests/UnitTestCaseTest.php
UnitTestCaseTest::testVarDumpSameProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in the same process.
UnitTestCaseTest::testVarDumpSeparateProcess function core/tests/Drupal/Tests/UnitTestCaseTest.php Tests the dump() function in a test run in a separate process.
UnknownCheckpointException class core/lib/Drupal/Core/Config/Checkpoint/UnknownCheckpointException.php Thrown when trying to access a checkpoint that does not exist.
UnknownCheckpointException.php file core/lib/Drupal/Core/Config/Checkpoint/UnknownCheckpointException.php
UnknownExtensionException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php Exception class thrown when a specified extension is not on the filesystem.
UnknownExtensionException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php
UnknownExtensionTypeException class core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php Exception thrown when a specified extension type is not known.
UnknownExtensionTypeException.php file core/lib/Drupal/Core/Extension/Exception/UnknownExtensionTypeException.php
UnknownPathExcluder class core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Excludes unknown paths from stage operations.
UnknownPathExcluder.php file core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
UnknownPathExcluder::excludeUnknownPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Excludes unknown paths from stage operations.
UnknownPathExcluder::getExcludedPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Returns the paths to exclude from stage operations.
UnknownPathExcluder::getScaffoldFiles function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Gets the path of scaffold files, for example 'index.php' and 'robots.txt'.
UnknownPathExcluder::getSubscribedEvents function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
UnknownPathExcluder::logExcludedPaths function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php Logs the paths that will be excluded from stage operations.
UnknownPathExcluder::__construct function core/modules/package_manager/src/PathExcluder/UnknownPathExcluder.php
UnknownPathExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests Unknown Path Excluder.
UnknownPathExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php
UnknownPathExcluderTest::createTestProject function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php
UnknownPathExcluderTest::createTestProjectForTemplate function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Creates a test project with or without a nested webroot.
UnknownPathExcluderTest::providerTestUnknownPath function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Data provider for testUnknownPath().
UnknownPathExcluderTest::testExcluderCanBeDisabled function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests that the excluder can be disabled by a config flag.
UnknownPathExcluderTest::testPathRepositoriesAreIncluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests that path repositories are included.
UnknownPathExcluderTest::testUnknownPath function core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php Tests that the unknown files and directories are excluded.
UnknownRecipeException class core/lib/Drupal/Core/Recipe/UnknownRecipeException.php Exception thrown when recipe is can not be found.
UnknownRecipeException.php file core/lib/Drupal/Core/Recipe/UnknownRecipeException.php
UnknownRecipeException::__construct function core/lib/Drupal/Core/Recipe/UnknownRecipeException.php
UnmetDependenciesException class core/lib/Drupal/Core/Config/UnmetDependenciesException.php An exception thrown if configuration has unmet dependencies.
UnmetDependenciesException.php file core/lib/Drupal/Core/Config/UnmetDependenciesException.php
UnmetDependenciesException::$configObjects property core/lib/Drupal/Core/Config/UnmetDependenciesException.php A list of configuration objects that have unmet dependencies.
UnmetDependenciesException::$extension property core/lib/Drupal/Core/Config/UnmetDependenciesException.php The name of the extension that is being installed.
UnmetDependenciesException::create function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Creates an exception for an extension and a list of configuration objects.
UnmetDependenciesException::formatConfigObjectList function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Formats a list of configuration objects.
UnmetDependenciesException::getConfigObjects function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the list of configuration objects that have unmet dependencies.
UnmetDependenciesException::getExtension function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets the name of the extension that is being installed.
UnmetDependenciesException::getTranslatedMessage function core/lib/Drupal/Core/Config/UnmetDependenciesException.php Gets a translated message from the exception.
UnpackCollection class composer/Plugin/RecipeUnpack/UnpackCollection.php A collection with packages to unpack.
UnpackCollection.php file composer/Plugin/RecipeUnpack/UnpackCollection.php
UnpackCollection::$packagesToUnpack property composer/Plugin/RecipeUnpack/UnpackCollection.php The queue of packages to unpack.
UnpackCollection::$unpackedPackages property composer/Plugin/RecipeUnpack/UnpackCollection.php The list of packages that have been unpacked.
UnpackCollection::add function composer/Plugin/RecipeUnpack/UnpackCollection.php Adds a package to the queue of packages to unpack.
UnpackCollection::count function composer/Plugin/RecipeUnpack/UnpackCollection.php
UnpackCollection::current function composer/Plugin/RecipeUnpack/UnpackCollection.php
UnpackCollection::isUnpacked function composer/Plugin/RecipeUnpack/UnpackCollection.php Checks if a package has been unpacked, or it's queued for unpacking.
UnpackCollection::key function composer/Plugin/RecipeUnpack/UnpackCollection.php
UnpackCollection::markPackageUnpacked function composer/Plugin/RecipeUnpack/UnpackCollection.php Marks a package as unpacked.
UnpackCollection::next function composer/Plugin/RecipeUnpack/UnpackCollection.php

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