public function Connection::tablePrefix in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::tablePrefix()
File
- lib/
Drupal/ Core/ Database/ Connection.php, line 39 - Contains \Drupal\Core\Database\Connection.
Class
Namespace
Drupal\Core\DatabaseCode
public function tablePrefix($table = 'default') {
return $this->connection
->tablePrefix($table);
}