Merge pull request #19205 from eileenmcnaughton/mem_forms
[civicrm-core.git] / CRM / Core / DAO / UFMatch.php
index fa08f60b222fc97675444b17341dc41929e2df83..3a72a545ef99229ebc3cb1f813d10a8cb32c66d5 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/UFMatch.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:4fca2151c2ecbd762ac9e2f067f0030f)
+ * (GenCodeChecksum:b10c23e083b100bb39e93f9fd8b1cf86)
  */
 
 /**
@@ -82,9 +82,12 @@ class CRM_Core_DAO_UFMatch extends CRM_Core_DAO {
 
   /**
    * Returns localized title of this entity.
+   *
+   * @param bool $plural
+   *   Whether to return the plural version of the title.
    */
-  public static function getEntityTitle() {
-    return ts('UFMatches');
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('UFMatches') : ts('UFMatch');
   }
 
   /**