You are here

public function FeedTypeInterface::customSourceExists in Feeds 8.3

Returns if a custom source already exists.

Parameters

string $name: The source's machine name to check for existence.

Return value

bool True if the source exists, false otherwise.

1 method overrides FeedTypeInterface::customSourceExists()
FeedType::customSourceExists in src/Entity/FeedType.php
Returns if a custom source already exists.

File

src/FeedTypeInterface.php, line 225

Class

FeedTypeInterface
Provides an interface defining a feeds feed type entity.

Namespace

Drupal\feeds

Code

public function customSourceExists($name);