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