FeedInterface.php

Contains \Drupal\aggregator\Plugin\Core\Entity\FeedInterface.

Namespace

Drupal\aggregator

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedInterface.php
View source
<?php

/**
 * @file
 * Contains \Drupal\aggregator\Plugin\Core\Entity\FeedInterface.
 */
namespace Drupal\aggregator;

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining an aggregator feed entity.
 */
interface FeedInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
FeedInterface Provides an interface defining an aggregator feed entity.