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