Use standard names from CRM_Core_Action for entity paths and add a few more paths
authorColeman Watts <coleman@civicrm.org>
Tue, 3 Nov 2020 14:32:38 +0000 (09:32 -0500)
committerColeman Watts <coleman@civicrm.org>
Tue, 3 Nov 2020 14:34:20 +0000 (09:34 -0500)
commit5c385299652814045428c7f894165badd1e1ea67
tree3ef472fce2a398bdcf55f6e5bcaed654d1333699
parente8c342391770c7cda43ca215a80f5046aff547fe
Use standard names from CRM_Core_Action for entity paths and add a few more paths

For the sake of consistency, this changes the newly-added entity paths to follow the naming convention in CRM_Core_Action:
add/update/view/delete
instead of create/edit/view/delete
19 files changed:
CRM/Activity/DAO/Activity.php
CRM/Campaign/DAO/Campaign.php
CRM/Contact/DAO/Contact.php
CRM/Contact/DAO/Group.php
CRM/Contribute/DAO/Contribution.php
CRM/Event/DAO/Event.php
CRM/Grant/DAO/Grant.php
CRM/Mailing/DAO/Mailing.php
CRM/Member/DAO/Membership.php
ext/search/Civi/Search/Admin.php
xml/schema/Activity/Activity.xml
xml/schema/Campaign/Campaign.xml
xml/schema/Contact/Contact.xml
xml/schema/Contact/Group.xml
xml/schema/Contribute/Contribution.xml
xml/schema/Event/Event.xml
xml/schema/Grant/Grant.xml
xml/schema/Mailing/Mailing.xml
xml/schema/Member/Membership.xml