You are here

SourceFieldInterface.php in Lightning Media 8

Same filename and directory in other branches
  1. 8.2 src/SourceFieldInterface.php
  2. 8.3 src/SourceFieldInterface.php

File

src/SourceFieldInterface.php
View source
<?php

namespace Drupal\lightning_media;


/**
 * @deprecated in Lightning 2.2.1 and will be removed in Lightning 2.3.0. Use
 * \Drupal\media\MediaSourceInterface::getSourceFieldDefinition() instead.
 */
interface SourceFieldInterface {

}

Interfaces

Namesort descending Description
SourceFieldInterface Deprecated