public function FeedTypeInterface::removeCustomSource in Feeds 8.3
Removes a custom a source.
Parameters
string $name: The name of the custom source to delete.
Return value
$this An instance of this class.
1 method overrides FeedTypeInterface::removeCustomSource()
- FeedType::removeCustomSource in src/
Entity/ FeedType.php - Removes a custom a source.
File
- src/
FeedTypeInterface.php, line 236
Class
- FeedTypeInterface
- Provides an interface defining a feeds feed type entity.
Namespace
Drupal\feedsCode
public function removeCustomSource($name);