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

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