- π³πΏNew Zealand quietone
I confirmed that all these hooks have been removed in Drupal 9. Therefore closing as outdated.
ConfigEntityUpdater
as the new standard way of updating config entities from post_update
functions.->trustData()
before calling ->save()
.post_update
function itself to set schema-valid values, otherwise assertConfigSchema()
will flag a schema violation and test failure during upgrade path tests.post_update
function from Drupal minor versions that were released prior to
#2949351: Add a helper class to make updating configuration simple β
being added, that ->save()
config entities without calling ->trustData()
first.->trustData()
before calling ->save()
?ConfigEntityUpdater
, which is effectively the same as option 1, but with additional refactoring?Closed: outdated
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I confirmed that all these hooks have been removed in Drupal 9. Therefore closing as outdated.