You are here

function scald_file_install in Scald File Provider 7

Implements hook_install().

File

./scald_file.install, line 11
Scald Files Installation.

Code

function scald_file_install() {
  ScaldAtomController::addType('file', 'File', 'Resource file');
  _scald_file_create_file_field();
}