You are here

FeedStorageInterface.php in Feeds 8.3

Namespace

Drupal\feeds

File

src/FeedStorageInterface.php
View source
<?php

namespace Drupal\feeds;

use Drupal\Core\Entity\EntityStorageInterface;

/**
 * Defines an interface for feed entity storage classes.
 */
interface FeedStorageInterface extends EntityStorageInterface {

}

Interfaces

Namesort descending Description
FeedStorageInterface Defines an interface for feed entity storage classes.