You are here

public function TestGet::setSource in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/process/GetTest.php \Drupal\migrate\Plugin\migrate\process\TestGet::setSource()

File

core/modules/migrate/tests/src/Unit/process/GetTest.php, line 92
Contains \Drupal\Tests\migrate\Unit\process\GetTest.

Class

TestGet

Namespace

Drupal\Tests\migrate\Unit\process

Code

public function setSource($source) {
  $this->configuration['source'] = $source;
}