- 🇦🇺Australia acbramley
Needs a reroll onto an MR.
The IS also needs an update to use the standard template.
@Berdir mentioned this issue to me today on IRC.
Relevant code from twig.engine:
if (is_object($arg)) {
if (method_exists($arg, '__toString')) {
return (string) $arg;
}
throw new Exception(t('Object of type "@class" cannot be printed.', array('@class' => get_class($arg))));
}
If possible we should mention the variable name as well as the template where this is being called from - that would be a big improvement.
Needs work
11.0 🔥
theme system
Enhances developer experience.
The patch will have to be re-rolled with new suggestions/changes described in the comments in the issue.
Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Needs a reroll onto an MR.
The IS also needs an update to use the standard template.