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