1 drupal.inc | drupal_get_complete_schema($rebuild = FALSE) |
Gets the whole database schema.
Deprecated
since 1.0.0
See also
backdrop_get_complete_schema()
Related topics
File
- core/
includes/ drupal.inc, line 447 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_complete_schema($rebuild = FALSE) {
return backdrop_get_complete_schema($rebuild);
}