X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FQuery%2FSqlFunctionCOALESCE.php;h=584f4374ec774015b594668f842a123e08563e2b;hb=ae7f2a3ec7b700d0989522088eeb8f3f9924255c;hp=938eb02f038a061b155dec7ecda93420936f7350;hpb=e7f6def66d71b46da12ea41927d17450b00e5aa6;p=civicrm-core.git diff --git a/Civi/Api4/Query/SqlFunctionCOALESCE.php b/Civi/Api4/Query/SqlFunctionCOALESCE.php index 938eb02f03..584f4374ec 100644 --- a/Civi/Api4/Query/SqlFunctionCOALESCE.php +++ b/Civi/Api4/Query/SqlFunctionCOALESCE.php @@ -25,4 +25,11 @@ class SqlFunctionCOALESCE extends SqlFunction { ], ]; + /** + * @return string + */ + public static function getTitle(): string { + return ts('Coalesce'); + } + }