Error message
You are browsing documentation for drupal 7.x, which is not supported anymore. Read the updated version of this page for drupal 11.x (the latest version).function DatabaseConnection::getUnprefixedTablesMap
Gets a list of individually prefixed table names.
Return value
array An array of un-prefixed table names, keyed by their fully qualified table names (i.e. prefix + table_name).
File
-
includes/
database/ database.inc, line 523
Class
- DatabaseConnection
- Base Database API class.
Code
public function getUnprefixedTablesMap() {
return $this->unprefixedTablesMap ;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.