Merge in 5.27
[civicrm-core.git] / CRM / Core / DAO / OptionValue.php
index c2418be597769541da34b196f800477ac193c243..7281eee278494b505a499575ca461467f05c5c54 100644 (file)
@@ -160,6 +160,13 @@ class CRM_Core_DAO_OptionValue extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Option Values');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *