You are here

function hook_fb_instant_articles_rss_set_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_set_entity()

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

Parameters

int $id:

bool $enabled:

See also

fb_instant_articles_rss_set_entity()

1 invocation of hook_fb_instant_articles_rss_set_entity()
fb_instant_articles_rss_set_entity in modules/fb_instant_articles_rss/fb_instant_articles_rss.module
Sets the entity as a Facebook Instant Article.

File

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

Code

function hook_fb_instant_articles_rss_set_entity($id, $enabled) {
}