Add titles and icons to entities
[civicrm-core.git] / CRM / Core / DAO / WordReplacement.php
index 05dbc547c887969f7504f67e69a09c3ab54fc65e..6135dcc47333de35bf384322a5fb3589d3085379 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2020
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  *
  * Generated from xml/schema/CRM/Core/WordReplacement.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:f423838740b39ae0935ac1282d9c5734)
+ * (GenCodeChecksum:7c49ce3c9b6ec6cebff0413535928cbf)
  */
 
 /**
@@ -76,6 +76,13 @@ class CRM_Core_DAO_WordReplacement extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Word Replacements');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *