public function FeedTypeInterface::getTargetPlugin in Feeds 8.3
Returns the target plugin for the given target.
Parameters
int $delta: The number under which this target is indexed in the mappings.
Return value
\Drupal\feeds\Plugin\Type\Target\TargetInterface A target plugin instance.
1 method overrides FeedTypeInterface::getTargetPlugin()
- FeedType::getTargetPlugin in src/
Entity/ FeedType.php - @todo Use plugin bag.
File
- src/
FeedTypeInterface.php, line 99
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function getTargetPlugin($delta);