You are here

public function FeedType::getMappings in Feeds 8.3

Returns the mappings for this feed type.

Return value

array The list of mappings.

Overrides FeedTypeInterface::getMappings

3 calls to FeedType::getMappings()
FeedType::calculateDependencies in src/Entity/FeedType.php
Calculates dependencies and stores them in the dependency property.
FeedType::getMappedSources in src/Entity/FeedType.php
Returns a list of mapped sources.
FeedType::onDependencyRemoval in src/Entity/FeedType.php
Informs the entity that entities it depends on will be deleted.

File

src/Entity/FeedType.php, line 317

Class

FeedType
Defines the Feeds feed type entity.

Namespace

Drupal\feeds\Entity

Code

public function getMappings() {
  return $this->mappings;
}