You are here

function focal_point_entity_insert in Focal Point 8

Implements hook_entity_insert().

See also

focal_point_entity_update

File

./focal_point.module, line 52
Allow users to specify a focal point on content images.

Code

function focal_point_entity_insert(EntityInterface $entity) {
  focal_point_entity_update($entity);
}