You are here

FeedViewsData.php in Feeds 8.3

Namespace

Drupal\feeds

File

src/FeedViewsData.php
View source
<?php

namespace Drupal\feeds;

use Drupal\views\EntityViewsData;

/**
 * Provides the views data for the feeds_feed entity type.
 */
class FeedViewsData extends EntityViewsData {

}

Classes

Namesort descending Description
FeedViewsData Provides the views data for the feeds_feed entity type.