AllCoreTables - Allow virtual entities to share a DAO class
authorColeman Watts <coleman@civicrm.org>
Mon, 18 Oct 2021 14:54:03 +0000 (10:54 -0400)
committerColeman Watts <coleman@civicrm.org>
Mon, 25 Oct 2021 12:06:01 +0000 (08:06 -0400)
commit40ac12d386dd1a9acd934ad397b8c31b5e457f01
treeba6fb8c79b33fe07fc91ecb985cbfba082dd0fd7
parent8c5489540c49f60f5454e99df634b623a575e3b3
AllCoreTables - Allow virtual entities to share a DAO class

Indexes entities by brief name instead of class name,
which allows one class to be shared by multiple entities.
CRM/Core/BAO/EntityTag.php
CRM/Core/DAO/AllCoreTables.php
Civi/Api4/Service/Schema/SchemaMapBuilder.php
tests/phpunit/CRM/Core/DAO/AllCoreTablesTest.php