You are here

constant FILEFIELD_MINIMUM_PHP in FileField 5.2

@file Defines a file field type.

uses content.module to store the fid, and the drupal files table to store the actual file data.

1 use of FILEFIELD_MINIMUM_PHP
filefield_requirements in ./filefield.module
Implementation of hook_requirements().

File

./filefield.module, line 11
Defines a file field type.

Code

define('FILEFIELD_MINIMUM_PHP', '5.0');