function editor_note_entity_insert in Editor Notes 8
Implements hook_entity_insert().
File
- ./
editor_note.module, line 37 - Contains editor_node.module.
Code
function editor_note_entity_insert(EntityInterface $entity) {
\Drupal::service('class_resolver')
->getInstanceFromDefinition(EntityHook::class)
->onEntityInsert($entity);
}