orderBy($query->concat('firstName', 'lastName'), QueryInterface::ORDER_ASCENDING); * * @internal only to be used within Extbase, not part of TYPO3 Core API. */ interface ConcatInterface extends FunctionExpressionInterface {}