CRM-15417 - Display deprecation notices in api output and api explorer
[civicrm-core.git] / api / v3 / SurveyRespondant.php
index b81ca55af5ac95abf85451840b29028c459d7161..381a6dd1fa5365060971b119f76ae601cea8ba8b 100644 (file)
  * @subpackage API_Survey
  */
 
+/**
+ * @deprecated api notice
+ * @return string to indicate this entire api entity is deprecated
+ */
+function _civicrm_api3_survey_respondant_deprecation() {
+  return 'The survey_respondant api is not currently supported.';
+}
+
 /**
  * Get the list of signatories
  *