(REF) CRM_Core_Region - Extract $renderSnippet()
authorTim Otten <totten@civicrm.org>
Wed, 5 Aug 2020 12:44:00 +0000 (05:44 -0700)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 3 Sep 2020 22:01:59 +0000 (08:01 +1000)
commitb41dbde6bfe916bc4084557ec9163ea446dcccfd
tree2dc081f82cc39b2c077fed62d76206287a9dd207
parent8dbd7691a10621ae45b9113f9d79946cdd4fd2b5
(REF) CRM_Core_Region - Extract $renderSnippet()

This makes it possible for renderSnippet to work recursively.

For example, the current `jquery` type can build on the `script` type, and
the hypothetical `scriptFile` type could build on the `scriptUrl` type.
CRM/Core/Region.php