function Connection::getUnprefixedTablesMap
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::getUnprefixedTablesMap()
- 10 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::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
-
core/
lib/ Drupal/ Core/ Database/ Connection.php, line 575
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\DatabaseCode
public function getUnprefixedTablesMap() {
return $this->unprefixedTablesMap;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.