REF - Auto-generate links for CRM_Core_Page_Basic
authorcolemanw <coleman@civicrm.org>
Sat, 24 Jun 2023 15:46:42 +0000 (08:46 -0700)
committercolemanw <coleman@civicrm.org>
Sun, 25 Jun 2023 04:44:54 +0000 (00:44 -0400)
commitcf957fc06831d3eb00bf50b04723817a9465126b
treed80389a60236b9f87e9fcc50cf568d4fd3dfb9ed
parent3e62192bc521adf07caa6e9d0ee9ce6f6b6760c1
REF - Auto-generate links for CRM_Core_Page_Basic

Instead of hard-coding an array of links in every page, we can auto-generate the list
based on the 'paths' metadata in the DAO. As a POC this converts one page (ACLs).
Future conversions are simply a matter of ensuring 'paths' is defined then deleting the
links function and $_links variable.
CRM/ACL/Page/ACL.php
CRM/Core/Action.php
CRM/Core/Page/Basic.php