search_help.install

Same filename and directory in other branches
  1. 11.x core/modules/search/modules/search_help/search_help.install

Install, update, and uninstall functions for the Search Help module.

File

core/modules/search/modules/search_help/search_help.install

View source
<?php


/**
 * @file
 * Install, update, and uninstall functions for the Search Help module.
 */


/**
 * Implements hook_uninstall().
 */
function search_help_uninstall() : void {
  \Drupal::database()->schema()
    ->dropTable('help_search_items');
}

Functions

Title Deprecated Summary
search_help_uninstall Implements hook_uninstall().

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