You are here

abstract protected function FileTestBase::getTargetPluginClass in Feeds 8.3

Returns the file target class to instantiate.

Return value

string The class for the file target plugin.

2 methods override FileTestBase::getTargetPluginClass()
FileTest::getTargetPluginClass in tests/src/Kernel/Feeds/Target/FileTest.php
Returns the file target class to instantiate.
ImageTest::getTargetPluginClass in tests/src/Kernel/Feeds/Target/ImageTest.php
Returns the file target class to instantiate.

File

tests/src/Kernel/Feeds/Target/FileTestBase.php, line 124

Class

FileTestBase
Base class for file field tests.

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Target

Code

protected abstract function getTargetPluginClass();