You are here

function hook_fb_instant_articles_rss_delete_entity in Facebook Instant Articles 7

Same name and namespace in other branches
  1. 7.2 modules/fb_instant_articles_rss/fb_instant_articles_rss.api.php \hook_fb_instant_articles_rss_delete_entity()

Allows modules to perform actions after unsetting an entity as a Facebook Instant Article

Parameters

bool $id: The entity ID that has been unset.

See also

fb_instant_articles_rss_delete_entity()

1 invocation of hook_fb_instant_articles_rss_delete_entity()
fb_instant_articles_rss_delete_entity in modules/fb_instant_articles_rss/fb_instant_articles_rss.module
Unsets the entity as a Facebook Instant Article.

File

modules/fb_instant_articles_rss/fb_instant_articles_rss.api.php, line 43
Hooks provided by Facebook Instant Articles RSS module.

Code

function hook_fb_instant_articles_rss_delete_entity($id) {
}