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
»
system.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 system_update_8025
Remove {system} table.
Related topics
Updates from 7.x to 8.x
Update functions from 7.x to 8.x.
File
drupal/
core/
modules/
system/
system.install
, line 1671
Install, update and uninstall functions for the system module.
Code
function
system_update_8025
() {
db_drop_table
(
'system'
); }