dev/core#2117 - Resources - Allow each snippet to have `aliases`
authorTim Otten <totten@civicrm.org>
Wed, 14 Oct 2020 01:24:47 +0000 (18:24 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 14 Oct 2020 01:26:55 +0000 (18:26 -0700)
commit67e37261d585ab73e3416db5fa3a952132d2d39d
treec0d855e19627d2199e1aa7099171550523b3bd31
parent7197912d74526e17abd712ac6ade8ad95460ac15
dev/core#2117 - Resources - Allow each snippet to have `aliases`

__Before__: Every snippet/resource has a singular name. If the name ever changes,
it becomes a backward-compatibility break.

__After__: Every snippet/resource has a singular name, and it may optionally
have a list of aliases.  If the name ever changes, you can leave an alias
for backward-compatibility.
CRM/Core/Resources/CollectionInterface.php
CRM/Core/Resources/CollectionTrait.php
tests/phpunit/CRM/Core/Resources/CollectionTestTrait.php