feeds_youtube.install in Feeds: YouTube Parser 8
Same filename and directory in other branches
Install, update, and uninstall functions for the Feeds YouTube module.
File
feeds_youtube.installView 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
Name | Description |
---|---|
feeds_youtube_uninstall | Implements hook_uninstall(). |