Add titles and icons to entities
[civicrm-core.git] / CRM / Core / DAO / EntityTag.php
index ae16002b14d0faa9070d796c6d790b1b477b7709..b9d1dcc027eccc7043a1eb95b67a73bcd60dd2a4 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/EntityTag.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:af7c604a97027819d9c6316fb84d25bc)
+ * (GenCodeChecksum:8296b5b3e00aa11bdbf6bdbd0a522f2e)
  */
 
 /**
@@ -64,6 +64,13 @@ class CRM_Core_DAO_EntityTag extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Entity Tags');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *