You are here

feeds_youtube.install in Feeds: YouTube Parser 8

Install, update, and uninstall functions for the Feeds YouTube module.

File

feeds_youtube.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall functions for the Feeds YouTube module.
 */

/**
 * Implements hook_uninstall().
 */
function feeds_youtube_uninstall() {
  \Drupal::service('cache.feeds_youtube_tokens')
    ->deleteAllPermanent();
}

Functions

Namesort descending Description
feeds_youtube_uninstall Implements hook_uninstall().