Search for unpack

  1. Search 7.x for unpack
  2. Search 9.5.x for unpack
  3. Search 8.9.x for unpack
  4. Search 10.3.x for unpack
  5. Other projects
Title Object type File name Summary
ArgumentPluginBase::unpackArgumentValue function core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php Splits an argument into value and operator properties on this instance.
DisplayPluginBase::$unpackOptions property core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Static cache for unpackOptions, but not if we are in the UI.
OrderOperation::unpack function core/lib/Drupal/Core/Hook/OrderOperation/OrderOperation.php Converts the stored operation to objects that can apply ordering rules.
Plugin::unpackOnCreateProject function composer/Plugin/RecipeUnpack/Plugin.php Post create-project command event callback.
Plugin::unpackOnRequire function composer/Plugin/RecipeUnpack/Plugin.php Post update command event callback.
PluginBase::unpackOptions function core/modules/views/src/Plugin/views/PluginBase.php Unpacks options over our existing defaults.
PluginBaseTest::providerTestUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Data provider for testUnpackOptions().
PluginBaseTest::testUnpackOptions function core/modules/views/tests/src/Unit/PluginBaseTest.php Tests the unpackOptions method.
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
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/Tests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Tests recipe unpacking.

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