Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
shortcut.install
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
function shortcut_update_8001
Drop the {shortcut_set} table.
Related topics
Updates from 7.x to 8.x
Update functions from 7.x to 8.x.
File
drupal/
core/
modules/
shortcut/
shortcut.install
, line 99
Install, update and uninstall functions for the shortcut module.
Code
function
shortcut_update_8001
() {
db_drop_table
(
'shortcut_set'
); }