You are here

ImceFile.php in IMCE 8

Same filename and directory in other branches
  1. 8.2 src/ImceFile.php

Namespace

Drupal\imce

File

src/ImceFile.php
View source
<?php

namespace Drupal\imce;


/**
 * Imce File.
 */
class ImceFile extends ImceItem {

  /**
   * {@inheritdoc}
   */
  public $type = 'file';

}

Classes

Namesort descending Description
ImceFile Imce File.