You are here

function vapn_uninstall in View access per node 8

Implements hook_uninstall().

File

./vapn.install, line 41
Installation for the VAPN module.

Code

function vapn_uninstall() {
  \Drupal::database()
    ->delete('vapn');
}