You are here

abstract protected function FieldTargetTestBase::getTargetClass in Feeds 8.3

Returns the target class.

Return value

string Returns the full class name of the target to test.

20 methods override FieldTargetTestBase::getTargetClass()
BooleanTest::getTargetClass in tests/src/Unit/Feeds/Target/BooleanTest.php
Returns the target class.
ConfigEntityReferenceTest::getTargetClass in tests/src/Unit/Feeds/Target/ConfigEntityReferenceTest.php
Returns the target class.
DateRangeTest::getTargetClass in tests/src/Unit/Feeds/Target/DateRangeTest.php
Returns the target class.
DateTimeTest::getTargetClass in tests/src/Unit/Feeds/Target/DateTimeTest.php
Returns the target class.
EmailTest::getTargetClass in tests/src/Unit/Feeds/Target/EmailTest.php
Returns the target class.

... See full list

File

tests/src/Unit/Feeds/Target/FieldTargetTestBase.php, line 19

Class

FieldTargetTestBase
Base class for testing feeds field targets.

Namespace

Drupal\Tests\feeds\Unit\Feeds\Target

Code

protected abstract function getTargetClass();