QueryAggregate::createSqlAlias($field, $sql_field)
Builds a sql alias as expected in the result.
Parameters
string $field: The field as passed in by the caller.
string $sql_field: The sql field as returned by getSqlField.
Return value
string The SQL alias expected in the return value. The dots in $sql_field are replaced with underscores and if a default fallback to .value happened, the _value is stripped.
File
core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php, line 154
Class
QueryA