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 |
|---|---|---|---|
| UnpackCollection::rewind | function | composer/ |
|
| UnpackCollection::valid | function | composer/ |
|
| UnpackCommand | class | composer/ |
The "drupal:recipe-unpack" command class. |
| UnpackCommand.php | file | composer/ |
|
| UnpackCommand::configure | function | composer/ |
|
| UnpackCommand::execute | function | composer/ |
|
| Unpacker | class | composer/ |
Handles the details of unpacking a specific recipe. |
| Unpacker.php | file | composer/ |
|
| Unpacker::$versionParser | property | composer/ |
The version parser. |
| Unpacker::getPackageFromLinkTarget | function | composer/ |
Gets the package object from a link's target. |
| Unpacker::processPackageDependencies | function | composer/ |
Processes dependencies of the package that is being unpacked. |
| Unpacker::unpackDependencies | function | composer/ |
Unpacks the package's dependencies to the root composer.json and lock file. |
| Unpacker::updateComposerJsonPackages | function | composer/ |
Updates the composer.json content with the package being unpacked. |
| Unpacker::updateComposerLockContent | function | composer/ |
Updates the composer.lock content and keeps the local repo in sync. |
| Unpacker::__construct | function | composer/ |
|
| UnpackManager | class | composer/ |
Manages the recipe unpacking process. |
| UnpackManager.php | file | composer/ |
|
| UnpackManager::$rootComposer | property | composer/ |
The root composer with the root dependencies to be manipulated. |
| UnpackManager::$unpackOptions | property | composer/ |
The unpack options. |
| UnpackManager::isDevRequirement | function | composer/ |
Checks if a package is a dev requirement. |
| UnpackManager::isRootDependency | function | composer/ |
Determines if the provided package is present in the root composer.json. |
| UnpackManager::unpack | function | composer/ |
Unpacks the packages in the provided collection. |
| UnpackManager::__construct | function | composer/ |
|
| UnpackOptions | class | composer/ |
Per-project options from the 'extras' section of the composer.json file. |
| UnpackOptions.php | file | composer/ |
|
| UnpackOptions::$options | property | composer/ |
The raw data from the 'extras' section of the top-level composer.json file. |
| UnpackOptions::create | function | composer/ |
Creates an unpack options object. |
| UnpackOptions::ID | constant | composer/ |
The ID of the extra section in the top-level composer.json file. |
| UnpackOptions::isIgnored | function | composer/ |
Checks if a package should be ignored. |
| UnpackOptions::__construct | function | composer/ |
|
| UnpackRecipeTest | class | core/ |
Tests recipe unpacking. |
| UnpackRecipeTest.php | file | core/ |
|
| UnpackRecipeTest::$fileSystem | property | core/ |
The Symfony FileSystem component. |
| UnpackRecipeTest::$fixtures | property | core/ |
The Fixtures object. |
| UnpackRecipeTest::$fixturesDir | property | core/ |
Directory to perform the tests in. |
| UnpackRecipeTest::doTestRecipeAUnpacked | function | core/ |
Tests Recipe A is unpacked correctly. |
| UnpackRecipeTest::getFileContents | function | core/ |
Gets the contents of a file as an array. |
| UnpackRecipeTest::runComposer | function | core/ |
Executes a Composer command with standard options. |
| UnpackRecipeTest::setUp | function | core/ |
|
| UnpackRecipeTest::tearDown | function | core/ |
|
| UnpackRecipeTest::testAutomaticUnpack | function | core/ |
Tests the dependencies unpack on install. |
| UnpackRecipeTest::testComposerCreateProject | function | core/ |
Tests that recipes are unpacked when using `composer create-project`. |
| UnpackRecipeTest::testIgnoreDependentRecipe | function | core/ |
Tests a dependent recipe can be ignored and not unpacked. |
| UnpackRecipeTest::testIgnoreRecipe | function | core/ |
Tests a recipe can be ignored and not unpacked. |
| UnpackRecipeTest::testNoAutomaticDevUnpack | function | core/ |
Tests the dev dependencies do not unpack on install. |
| UnpackRecipeTest::testRecipeIsPhysicallyPresentAfterUnpack | function | core/ |
Tests that recipes stick around after being unpacked. |
| UnpackRecipeTest::testRecipeNotUnpackedIfInstallIsDeferred | function | core/ |
Tests a recipe can be required using --no-install and installed later. |
| UnpackRecipeTest::testRecursiveUnpacking | function | core/ |
Tests recursive unpacking. |
| UnpackRecipeTest::testRemoveRecipe | function | core/ |
Tests a recipe can be removed and the unpack plugin does not interfere. |
| UnpackRecipeTest::testUnpackCommand | function | core/ |
Tests dependency unpacking using drupal:recipe-unpack. |
Pagination
- Previous page
- Page 1700
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.