You are here

function fb_instant_articles_api_entity_update in Facebook Instant Articles 8.2

Same name and namespace in other branches
  1. 3.x modules/fb_instant_articles_api/fb_instant_articles_api.module \fb_instant_articles_api_entity_update()

Implements hook_entity_update().

File

modules/fb_instant_articles_api/fb_instant_articles_api.module, line 25
Hook implementations.

Code

function fb_instant_articles_api_entity_update(EntityInterface $entity) {
  fb_instant_articles_api_entity_save($entity);
}