You are here

public function FeedTypeInterface::getMappingTargets in Feeds 8.3

Returns the mapping targets for this feed type.

Return value

array An array of mapping targets.

1 method overrides FeedTypeInterface::getMappingTargets()
FeedType::getMappingTargets in src/Entity/FeedType.php
Returns the mapping targets for this feed type.

File

src/FeedTypeInterface.php, line 126

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getMappingTargets();