function FixtureManipulator::queueManipulation

Queues manipulation arguments to be called in ::doCommitChanges().

Parameters

string $method: The method name.

array $arguments: The arguments.

File

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

Class

FixtureManipulator
Manipulates a test fixture using Composer commands.

Namespace

Drupal\fixture_manipulator

Code

protected function queueManipulation(string $method, array $arguments) : void {
    $this->manipulatorArguments[$method][] = $arguments;
}

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