You are here

function siteimprove_entity_insert in Siteimprove 8

Implements hook_entity_insert().

File

./siteimprove.module, line 191
Drupal module: Siteimprove Plugin.

Code

function siteimprove_entity_insert(EntityInterface $entity) {
  _siteimprove_entity_save($entity);
}