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.