class TestFileCopy
Same name and namespace in other branches
- 11.x core/modules/migrate/tests/src/Unit/process/FileCopyTest.php \Drupal\Tests\migrate\Unit\process\TestFileCopy
Class for testing FileCopy.
Hierarchy
- class \Drupal\Component\Plugin\PluginBase extends \Drupal\Component\Plugin\PluginInspectionInterface, \Drupal\Component\Plugin\DerivativeInspectionInterface
- class \Drupal\Core\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait implements \Drupal\Component\Plugin\PluginBase
- class \Drupal\migrate\ProcessPluginBase extends \Drupal\migrate\Plugin\MigrateProcessInterface implements \Drupal\Core\Plugin\PluginBase
- class \Drupal\migrate\Plugin\migrate\process\FileProcessBase implements \Drupal\migrate\ProcessPluginBase
- class \Drupal\migrate\Plugin\migrate\process\FileCopy extends \Drupal\Core\Plugin\ContainerFactoryPluginInterface implements \Drupal\migrate\Plugin\migrate\process\FileProcessBase
- class \Drupal\Tests\migrate\Unit\process\TestFileCopy implements \Drupal\migrate\Plugin\migrate\process\FileCopy
- class \Drupal\migrate\Plugin\migrate\process\FileCopy extends \Drupal\Core\Plugin\ContainerFactoryPluginInterface implements \Drupal\migrate\Plugin\migrate\process\FileProcessBase
- class \Drupal\migrate\Plugin\migrate\process\FileProcessBase implements \Drupal\migrate\ProcessPluginBase
- class \Drupal\migrate\ProcessPluginBase extends \Drupal\migrate\Plugin\MigrateProcessInterface implements \Drupal\Core\Plugin\PluginBase
- class \Drupal\Core\Plugin\PluginBase uses \Drupal\Core\StringTranslation\StringTranslationTrait, \Drupal\Core\DependencyInjection\DependencySerializationTrait, \Drupal\Core\Messenger\MessengerTrait implements \Drupal\Component\Plugin\PluginBase
Expanded class hierarchy of TestFileCopy
File
-
core/
modules/ migrate/ tests/ src/ Unit/ process/ FileCopyTest.php, line 71
Namespace
Drupal\Tests\migrate\Unit\processView source
class TestFileCopy extends FileCopy {
/**
* Gets this plugin's configuration.
*
* @return array
* An array of this plugin's configuration.
*/
public function getConfiguration() {
return $this->configuration;
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.