dev/core#2823 Extract code to load the declarations and call from the constructor
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 8 Sep 2021 02:10:28 +0000 (14:10 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 9 Sep 2021 06:55:11 +0000 (18:55 +1200)
commit78ce6ebbbf1410d55f70b2603a7c853b527403d0
tree06943b8404e5247c673012e29e6b054c9006766b
parent9cf68fccef6d367417998eed366c8650317aea79
dev/core#2823 Extract code to load the declarations and call from the constructor

The declarations are only used in object context so it makes sense to load
them in the constructor. In addition they are ALWAYS loaded except in test usage
(it does seem a bit silly having the option to pass them in only for tests
but we can ignore that for now - I commented it)
CRM/Core/ManagedEntities.php