You are here

public function TestFileCopy::getConfiguration in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\TestFileCopy::getConfiguration()
  2. 9 core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\TestFileCopy::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

File

core/modules/migrate/tests/src/Unit/process/FileCopyTest.php, line 79

Class

TestFileCopy
Class for testing FileCopy.

Namespace

Drupal\Tests\migrate\Unit\process

Code

public function getConfiguration() {
  return $this->configuration;
}