You are here

function filefield_paths_entity_insert in File (Field) Paths 8

Implements hook_entity_insert().

File

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

Code

function filefield_paths_entity_insert(EntityInterface $entity) {
  filefield_paths_entity_update($entity);
}