You are here

public function TargetInterface::getTargetDefinition in Feeds 8.3

Returns the target's definition.

Return value

\Drupal\feeds\TargetDefinitionInterface The definition for this target.

1 method overrides TargetInterface::getTargetDefinition()
TargetBase::getTargetDefinition in src/Plugin/Type/Target/TargetBase.php
Returns the target's definition.

File

src/Plugin/Type/Target/TargetInterface.php, line 47

Class

TargetInterface
Interface for Feed targets.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function getTargetDefinition();