- Issue created by @alexpott
π Saving untrusted config results in memory leak Active fixes a memory leak due to the \Drupal\Core\Config\StorableConfigBase::$schemaWrapper property. But we can refactor \Drupal\Core\Config\StorableConfigBase::castValue() so we don't need to store it as a property.
Add the schema wrapper as an argument to castValue() and do not store it as a property.
None
N/a
TBD
None
N/a
Active
11.0 π₯
configuration system