protected Connection::expandArguments(&$query, &$args)
Expands out shorthand placeholders.
Drupal supports an alternate syntax for doing arrays of values. We therefore need to expand them out into a full, executable query string.
Parameters
string $query: The query string to modify.
array $args: The arguments for the query.
Return value
bool TRUE if the query was modified, FALSE otherwise.
Throws
\InvalidArgumentException This exception is thrown when:
A placeholder that ends in [] i