99, 'optional' => FALSE, ], ]; /** * @return string */ public static function getTitle(): string { return ts('Coalesce'); } /** * Prevent reformatting * * @see \Civi\Api4\Utils\FormattingUtil::formatOutputValues * @param string $value * @param string $dataType * @return string|array */ public function formatOutputValue($value, &$dataType) { $dataType = NULL; return $value; } }