You are here

function acquia_contenthub_publisher_entity_update in Acquia Content Hub 8.2

Implements hook_entity_update().

Throws

\Exception

File

modules/acquia_contenthub_publisher/acquia_contenthub_publisher.module, line 31
Drupal Module: Acquia Content Hub - Publisher.

Code

function acquia_contenthub_publisher_entity_update(EntityInterface $entity) {
  _acquia_contenthub_publisher_enqueue_entity($entity, 'update');
}