- πΊπΈUnited States smustgrave
This seems to still be relevant.
Will need an issue summary and tagging novice as should be a good task for new users.
$message = sprintf('Render %s callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. Support for this callback implementation is deprecated in 8.8.0 and will be removed in Drupal 9.0.0. See https://www.drupal.org/node/2966725', $callback_type, '%s');
This will always output "The callback was %s" because an actual %s is being put in.
Unless there's a further sprintf() done on the string later, but I've seen the actual %s output.
Needs work
11.0 π₯
render system
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This seems to still be relevant.
Will need an issue summary and tagging novice as should be a good task for new users.