FileInterface.php

Contains \Drupal\file\Plugin\Core\Entity\FileInterface.

Namespace

Drupal\file

File

drupal/core/modules/file/lib/Drupal/file/FileInterface.php
View source
<?php

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

use Drupal\Core\Entity\ContentEntityInterface;

/**
 * Provides an interface defining a file entity.
 */
interface FileInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
FileInterface Provides an interface defining a file entity.