🇬🇧United Kingdom r-mo
A few small fixes:
- PHP deprecation: Using ${var} in strings is deprecated, use {$var} instead in src/Controller/MenuSelectAutocompleteController.php on line 74
- Using dependency injection to load config.factory rather than \Drupal::config()
- Move $show_title out of loop as there's no need to update each time
🇬🇧United Kingdom r-mo
The above was probably caused by some older patches in https://www.drupal.org/node/2940605 → being applied, as noted in https://www.drupal.org/project/drupal/issues/2940605#comment-13700851 🐛 Can only intentionally re-render an entity with references 20 times Needs work
🇬🇧United Kingdom r-mo
🇬🇧United Kingdom r-mo
Rerolled for 10.3.6