*
* Generated from xml/schema/CRM/Core/Managed.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:54b79cae396d1c5044406fc97ae60352)
+ * (GenCodeChecksum:1ea95018f9b8081559dc9bd33eecb425)
*/
/**
* Whether to return the plural version of the title.
*/
public static function getEntityTitle($plural = FALSE) {
- return $plural ? ts('Manageds') : ts('Managed');
+ return $plural ? ts('Managed Records') : ts('Managed Record');
}
/**
namespace Civi\Api4;
/**
- * Managed entities API.
+ * Records "packaged" by extensions and managed by CiviCRM.
*
- * Managed entities allow extensions to add and manage entities.
+ * Extensions can package records in a declarative fashion, typically in `.mgd.php` files.
*
* @searchable secondary
* @see https://civicrm.org/blog/totten/api-and-art-installation