3, 'max_expr' => 3, 'optional' => FALSE, ], ]; /** * @return string */ public static function getTitle(): string { return ts('If'); } /** * Prevent formatting based on first field * * @see \Civi\Api4\Utils\FormattingUtil::formatOutputValues * @param string $value * @param string $dataType * @return string|array */ public function formatOutputValue($value, &$dataType) { $dataType = NULL; return $value; } }