c9b6e792d1c31904bd9faced6f68bd1cb07056b8
[yaffs-website] / web / modules / contrib / media_entity / src / MediaStorageInterface.php
1 <?php
2
3 namespace Drupal\media_entity;
4
5 use Drupal\Core\Entity\EntityStorageInterface;
6
7 /**
8  * Provides an interface defining a media storage controller.
9  */
10 interface MediaStorageInterface extends EntityStorageInterface {
11
12 }