search_user.install
Same filename and directory in other branches
Install, update, and uninstall functions for the Search User module.
File
-
core/
modules/ search/ modules/ search_user/ search_user.install
View source
<?php
/**
* @file
* Install, update, and uninstall functions for the Search User module.
*/
/**
* Implements hook_uninstall().
*/
function search_user_uninstall() : void {
\Drupal::configFactory()->getEditable('search.page.user_search')
->delete();
}
Functions
| Title | Deprecated | Summary |
|---|---|---|
| search_user_uninstall | Implements hook_uninstall(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.