orderBy($query->trim('title'), QueryInterface::ORDER_ASCENDING); * * @internal only to be used within Extbase, not part of TYPO3 Core API. */ interface TrimInterface extends FunctionExpressionInterface { /** * Returns the operand being trimmed. */ public function getOperand(): DynamicOperandInterface; }