function 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 82  
Class
- TestFileCopy
 - Class for testing FileCopy.
 
Namespace
Drupal\Tests\migrate\Unit\processCode
public function getConfiguration() {
  return $this->configuration;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.