You are here

constant FILE_TYPE_NONE in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 8.2 file_entity.module \FILE_TYPE_NONE
  2. 7.3 file_entity.file_api.inc \FILE_TYPE_NONE

The {file_managed}.type value when the file type has not yet been determined.

4 uses of FILE_TYPE_NONE
FileEntityTestHelper::createFileEntity in ./file_entity.test
file_entity_add_upload_submit in ./file_entity.pages.inc
Submit handler for the add file form.
file_entity_admin_files in ./file_entity.admin.inc
Form builder: Builds the file administration overview.
file_entity_file_presave in ./file_entity.file.inc
Implements hook_file_presave().

File

./file_entity.file_api.inc, line 11
API extensions of Drupal core's file.inc.

Code

define('FILE_TYPE_NONE', 'undefined');