Add titles and icons to entities
[civicrm-core.git] / CRM / Core / DAO / CustomField.php
index 5c5e9a1036ed3234c76b5fdda16b04d637d937e7..d86561758fec085419e014066047cf071ec2f234 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/CustomField.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:0b21a2a1f1cba7a76fd8830db1626513)
+ * (GenCodeChecksum:dea9a99c6b6a34dbc3b1f6d04e801661)
  */
 
 /**
@@ -253,6 +253,13 @@ class CRM_Core_DAO_CustomField extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Custom Fields');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *