CRM-14499: Update FourFour upgrade script and changes image urls to improve security...
[civicrm-core.git] / CRM / Core / Component / Info.php
index 4ee0ec4220f83531511bfb920760468e1945a32d..2913bc3d729394b7de877542bedc42c4d9ea25a3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -126,6 +126,16 @@ abstract class CRM_Core_Component_Info {
    */
   abstract public function getInfo();
 
+  /**
+   * Get a list of entities to register via API
+   *
+   * @return array list of entities; same format as CRM_Utils_Hook::managedEntities(&$entities)
+   * @see CRM_Utils_Hook::managedEntities
+   */
+  public function getManagedEntities() {
+    return array();
+  }
+
   /**
    * Provides permissions that are used by component.
    * Needs to be implemented in component's information