You are here

MediaStorageInterface.php in Media entity 8

File

src/MediaStorageInterface.php
View source
<?php

namespace Drupal\media_entity;

use Drupal\Core\Entity\EntityStorageInterface;

/**
 * Provides an interface defining a media storage controller.
 */
interface MediaStorageInterface extends EntityStorageInterface {

}

Interfaces

Namesort descending Description
MediaStorageInterface Provides an interface defining a media storage controller.