function feeds_youtube_uninstall in Feeds: YouTube Parser 8
Same name and namespace in other branches
- 7.3 feeds_youtube.install \feeds_youtube_uninstall()
Implements hook_uninstall().
File
- ./
feeds_youtube.install, line 11 - Install, update, and uninstall functions for the Feeds YouTube module.
Code
function feeds_youtube_uninstall() {
\Drupal::service('cache.feeds_youtube_tokens')
->deleteAllPermanent();
}