- Issue created by @Grayle
Schemata's normalizers do not allow caching their supportsNormalization methods, but they are perfectly cacheable. They only use the data injected and the data in the class.
See https://www.drupal.org/project/drupal/issues/3252872 →
The base class this module inherits from sets the caching support to false to not cause a BC break, so it just needs to be overridden to return true.
Active
Code