浏览代码

Fixed merge conflict

Stephen Ficklin 7 年之前
父节点
当前提交
5a7da9f893
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      tripal/api/tripal.fields.api.inc

+ 7 - 2
tripal/api/tripal.fields.api.inc

@@ -217,7 +217,11 @@ function tripal_get_field_widgets() {
 
 /**
  * Retrieves a list of field formatters compatible with a given field.
- * @param unknown $field
+ *
+ * @param $field
+ *   A field array as returned by the field_info_field() function.
+ * @return
+ *   A list of file formatter class names.
  */
 function tripal_get_field_field_formatters($field) {
   $field_name = $field['field_name'];
@@ -244,8 +248,9 @@ function tripal_get_field_field_formatters($field) {
   }
   return $downloaders;
 }
+
 /**
- * Retrieves a list of all the TripalFieldFormatters available on this site.
+ * Retrieves a list of TripalFieldFormatters.
  *
  * The TripalFieldFormatter classes can be added by a site developer and should
  * be placed in the [module]/includes/TripalFields directory.  Tripal will