You are here

function pdf_to_image_entity_insert in PDF to ImageField 7.3

Update any of our fields when a fieldable entity is being updated.

Implements hook_entity_insert()

File

./pdf_to_image.module, line 360
Generates thumbnail image(s) from an uploaded PDF.

Code

function pdf_to_image_entity_insert($entity, $entity_type) {
  return pdf_to_image_entity_update($entity, $entity_type);
}