yandex_turbo.install in Yandex.Turbo 7
Same filename and directory in other branches
File
yandex_turbo.installView source
<?php
/**
* Implements hook_uninstall().
*/
function yandex_turbo_uninstall() {
db_delete('variable')
->condition('name', db_like('yandex_turbo_') . '%', 'LIKE')
->execute();
}
Functions
Name![]() |
Description |
---|---|
yandex_turbo_uninstall | Implements hook_uninstall(). |