X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi%2FApi4%2FQuery%2FSqlFunctionISNULL.php;h=17d729d430d675fbf879207006086c343ba1e2be;hb=5f53b4ee45ed335284cd1edb979b11e45871e560;hp=beeaebc77d533c45ed6453bf5cf903b195d63891;hpb=658e3b53a8bb1aaec6db83a4b0431cd339b108a4;p=civicrm-core.git diff --git a/Civi/Api4/Query/SqlFunctionISNULL.php b/Civi/Api4/Query/SqlFunctionISNULL.php index beeaebc77d..17d729d430 100644 --- a/Civi/Api4/Query/SqlFunctionISNULL.php +++ b/Civi/Api4/Query/SqlFunctionISNULL.php @@ -35,4 +35,11 @@ class SqlFunctionISNULL extends SqlFunction { return ts('Is null'); } + /** + * @return string + */ + public static function getDescription(): string { + return ts('TRUE if the value is NULL, otherwise FALSE.'); + } + }