- Issue created by @Extatic
- 🇮🇳India ayush.pandey
Code seems to be fine and working for D9, as well as D10.3.x , as the version_compare provides support to lower versions of the Drupal. Can be moved to RTBC.
Using of renderPlain is deprecated since 10.3.0 and needs to be replaced with renderInIsolation.
Line 32 of .module file:
$warning = \Drupal::service('renderer')->renderPlain($override_output);
Active
1.4
Code
Code seems to be fine and working for D9, as well as D10.3.x , as the version_compare provides support to lower versions of the Drupal. Can be moved to RTBC.