99, 'optional' => FALSE, 'must_be' => ['SqlField', 'SqlString'], 'label' => ts('And'), ], ]; } /** * @return string */ public static function getTitle(): string { return ts('Combine if'); } /** * @return string */ public static function getDescription(): string { return ts('Joined text, only if all values are not null.'); } }