You are here

function feeds_youtube_enable in Feeds: YouTube Parser 7.2

Same name and namespace in other branches
  1. 6 feeds_youtube.install \feeds_youtube_enable()
  2. 7.3 feeds_youtube.install \feeds_youtube_enable()

Implements hook_enable().

File

./feeds_youtube.install, line 11
Handles actions upon enabling and disabling the module.

Code

function feeds_youtube_enable() {

  // Clear the cache to display in Feeds as available plugin.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}