function search_help_uninstall

Same name and namespace in other branches
  1. 11.x core/modules/search/modules/search_help/search_help.install \search_help_uninstall()

Implements hook_uninstall().

File

core/modules/search/modules/search_help/search_help.install, line 11

Code

function search_help_uninstall() : void {
  \Drupal::database()->schema()
    ->dropTable('help_search_items');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.