remove entitytype definition from extension; we're using .mgd.php files now

This commit is contained in:
Jon Goldberg 2019-08-19 17:54:24 -04:00
parent 092cb2a184
commit 570d858b17
No known key found for this signature in database
GPG Key ID: C2D2247364F9DB13

View File

@ -180,11 +180,6 @@ function annualgrantbudgets_civicrm_alterSettingsFolders(&$metaDataFolders = NUL
*/
function annualgrantbudgets_civicrm_entityTypes(&$entityTypes) {
_annualgrantbudgets_civix_civicrm_entityTypes($entityTypes);
$entityTypes[] = [
'name' => 'GrantBudget',
'class' => 'CRM_Grant_DAO_GrantBudget',
'table' => 'civicrm_grant_budget',
];
}
/**