function SelectInterface::escapeField
Escapes a field name string.
Force all field names to be strictly alphanumeric-plus-underscore. For some database drivers, it may also wrap the field name in database-specific escape characters.
Parameters
string $string: An unsanitized field name.
Return value
string The sanitized field name string.
2 methods override SelectInterface::escapeField()
- Select::escapeField in core/
lib/ Drupal/ Core/ Database/ Query/ Select.php  - Escapes a field name string.
 - SelectExtender::escapeField in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php  - Escapes a field name string.
 
File
- 
              core/
lib/ Drupal/ Core/ Database/ Query/ SelectInterface.php, line 152  
Class
- SelectInterface
 - Interface definition for a Select Query object.
 
Namespace
Drupal\Core\Database\QueryCode
public function escapeField($string);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.