ItemInterface.php

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

Namespace

Drupal\aggregator

File

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

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

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining an aggregator item entity.
 */
interface ItemInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
ItemInterface Provides an interface defining an aggregator item entity.