From 16414f90f1cd83cb4d8250796f889b570b0144ba Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 19 Oct 2013 11:30:21 -0700 Subject: [PATCH] API - add deprecation tag to constant api --- api/v3/Constant.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/api/v3/Constant.php b/api/v3/Constant.php index c4d0d614ca..9f26fdb607 100644 --- a/api/v3/Constant.php +++ b/api/v3/Constant.php @@ -27,17 +27,17 @@ */ /** - * CiviCRM APIv3 pseudoconstants - DEPRECATED + * CiviCRM APIv3 pseudoconstants * + * @deprecated * @package CiviCRM_APIv3 * @subpackage API_Constant * @copyright CiviCRM LLC (c) 2004-2013 * @version $Id: Constant.php 30171 2010-10-14 09:11:27Z mover $ - * */ /** - * This api is DEPRECATED as of CiviCRM 4.4. + * @deprecated as of CiviCRM 4.4. * It's recommended to use the api getoptions action instead * * @param string Name of a public static method of @@ -84,6 +84,7 @@ *
  • worldRegion
  • *
  • wysiwygEditor
  • * + * @return array * @example ConstantGet.php * {@getfields constant_get} */ -- 2.25.1