You are here

function filefield_paths_field_storage_pre_insert in File (Field) Paths 7

Implements hook_field_storage_pre_insert().

Parameters

$entity_type:

$entity:

File

./filefield_paths.module, line 319
Contains core functions for the File (Field) Paths module.

Code

function filefield_paths_field_storage_pre_insert($entity_type, $entity) {
  filefield_paths_field_storage_pre_update($entity_type, $entity);
}