You are here

public function TargetBase::getTargetDefinition in Feeds 8.3

Returns the target's definition.

Return value

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

Overrides TargetInterface::getTargetDefinition

File

src/Plugin/Type/Target/TargetBase.php, line 59

Class

TargetBase
A base class for Feed targets.

Namespace

Drupal\feeds\Plugin\Type\Target

Code

public function getTargetDefinition() {
  return $this->targetDefinition;
}