function FixtureManipulator::getQueuedManipulationItems

Gets all queued manipulation items.

Return value

array The queued manipulation items as set by calls to ::queueManipulation().

File

core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php, line 427

Class

FixtureManipulator
Manipulates a test fixture using Composer commands.

Namespace

Drupal\fixture_manipulator

Code

protected function getQueuedManipulationItems() : array {
    return $this->manipulatorArguments;
}

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