CRM-14765 - CRM_Utils_System::createDefaultCrudLink
authorTim Otten <totten@civicrm.org>
Thu, 29 May 2014 23:28:36 +0000 (16:28 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 30 May 2014 02:33:42 +0000 (19:33 -0700)
commit688ad538fe749e55f851ddb5d4a5ababefe32ce7
treedeaee448a295b5dcfc58385f08a37d6cc395568f
parent790c6e2de72436064d36442956407713ac02eb96
CRM-14765 - CRM_Utils_System::createDefaultCrudLink

Add helper for creating hyperlinks to entities based on the
entity-type/entity-id/desired-action. The link is determined
by the entity's BAO or by hook.
CRM/Contact/BAO/Contact.php
CRM/Utils/Hook.php
CRM/Utils/System.php