You are here

function views_rss_yandex_install in Views RSS: Yandex Elements 7

Same name and namespace in other branches
  1. 8 views_rss_yandex.install \views_rss_yandex_install()
  2. 6 views_rss_yandex.install \views_rss_yandex_install()

Implements hook_install().

File

./views_rss_yandex.install, line 11
(Un)installation functions for Views RSS: Yandex Elements module.

Code

function views_rss_yandex_install() {
  cache_clear_all('views_rss:', 'cache_views', TRUE);
}