You are here

function image_field_caption_entity_insert in Image Field Caption 8

Implements hook_entity_insert().

File

./image_field_caption.module, line 195
Provides a caption textarea for image fields.

Code

function image_field_caption_entity_insert(EntityInterface $entity) {
  image_field_caption_entity_update($entity);
}