CRM-14499: Update FourFour upgrade script and changes image urls to improve security...
[civicrm-core.git] / CRM / Core / Component / Info.php
index ef6a8dd5afcbf4af1053bfabb9be776d6249d855..2913bc3d729394b7de877542bedc42c4d9ea25a3 100644 (file)
@@ -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