Add unit tests to cover date field imports
[civicrm-core.git] / api / v3 / CustomGroup.php
index f45c9ca3028be8885c4d4eaaf79c36b8d496a41d..e80f23248021082ddfd8c8fc3663ab02391cf42b 100644 (file)
  */
 
 /**
- * Use this API to create a new group.
- *
- * The 'extends' value accepts an array or a comma separated string.
- * e.g array(
- * 'Individual','Contact') or 'Individual,Contact'
- * See the CRM Data Model for custom_group property definitions
- * $params['class_name'] is a required field, class being extended.
+ * Create or modify a custom field group.
  *
  * @param array $params
- *   Array per getfields metadata.
+ *   For legacy reasons, 'extends' can be passed as an array (for setting Participant column_value)
  *
  * @return array
  * @todo $params['extends'] is array format - is that std compatible