You are here

function fb_instant_articles_api_entity_update in Facebook Instant Articles 3.x

Same name and namespace in other branches
  1. 8.2 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);
}