You are here

function jplayer_uninstall in jPlayer 8.2

Same name and namespace in other branches
  1. 6 jplayer.install \jplayer_uninstall()
  2. 7.2 jplayer.install \jplayer_uninstall()

Implements hook_uninstall().

File

./jplayer.install, line 37
Installation file for jPlayer module.

Code

function jplayer_uninstall() {
  \Drupal::config('jplayer.settings')
    ->clear('jplayer_access_time')
    ->save();
}