Throw exception when baoName is not found
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 23 Jun 2021 05:31:40 +0000 (17:31 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 25 Jun 2021 02:39:38 +0000 (14:39 +1200)
commit44a3178fc58fcb7a20adcea042f411b3bba8e0f0
tree25175916695e46a1a5631916a5d5a60ad93502bf
parent055a3b1829a1f9766076e5fe42d7227c1d504381
Throw exception when baoName is not found

It the BAO name is not found at this point we currently get a fatal error. This makes it more
recoverable. The specific case I'm hitting at the moment relates to monolog - the
caching of the symfony container means it persists between builds and is
accessed before the extension is installed. However the entity is not
yet registered. Historically I have hit this fatal in other
scenarios but I can't recall the details.
Civi/Api4/Generic/DAOGetAction.php