CRM_Admin_Form - Support standalone forms
authorColeman Watts <coleman@civicrm.org>
Wed, 19 Oct 2022 12:12:55 +0000 (08:12 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 19 Oct 2022 12:12:55 +0000 (08:12 -0400)
commit79ff8432d1ac018d03d6719bb1f084a7358fb5bf
tree9156e21fd95c2dea3f71f10733646ce23275d142
parente48b6efa7af6a5052bfd0321fb7a2a75dca787bd
CRM_Admin_Form - Support standalone forms

This type of form was traditionally embedded in a page, with values like _id and _action
`set()` by the page controller.

This allows Admin forms to be placed at their own url without any refactoring.
CRM/Admin/Form.php
CRM/Admin/Form/ContactType.php
CRM/Admin/Form/LocationType.php
CRM/Admin/Form/PaymentProcessor.php
CRM/Admin/Form/RelationshipType.php
CRM/Tag/Form/Edit.php