You are here

public function FeedTypeTamperMetaInterface::getSourceDefinition in Feeds Tamper 8.2

Returns a definition of sources.

Return value

\Drupal\tamper\SourceDefinitionInterface A source definition, which can be used by Tamper plugins.

1 method overrides FeedTypeTamperMetaInterface::getSourceDefinition()
FeedTypeTamperMeta::getSourceDefinition in src/FeedTypeTamperMeta.php
Returns a definition of sources.

File

src/FeedTypeTamperMetaInterface.php, line 91

Class

FeedTypeTamperMetaInterface
Interface for managing tamper plugins for a feed type.

Namespace

Drupal\feeds_tamper

Code

public function getSourceDefinition();