You are here

public function FeedTypeInterface::getMappings in Feeds 8.3

Returns the mappings for this feed type.

Return value

array The list of mappings.

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

File

src/FeedTypeInterface.php, line 134

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function getMappings();