CRM-15919 Address getoptions alternative: "abbreviate" context
[civicrm-core.git] / CRM / Core / DAO.php
index 6edc424c07333935b657ac7e49a4f66f33d8001e..bb3a8aa10a75ad0f4a8b0f583a6b780fb8e58115 100644 (file)
@@ -2173,6 +2173,7 @@ SELECT contact_id
       'create' => "Options are filtered appropriately for the object being created/updated. Labels are translated.",
       'search' => "Searchable options are returned. Labels are translated.",
       'validate' => "All options are returned, even if they are disabled. Machine names are used in place of labels.",
+      'abbreviate' => "Active options are returned, and labels are replaced with abbreviations.",
     );
     // Validation: enforce uniformity of this param
     if ($context !== NULL && !isset($contexts[$context])) {