Error: Call to undefined method FormattableMarkup::render()
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2866652. --> Reported by: [voleger](https://www.drupal.org/user/3260314) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Drupal 8.2.7<br> Error: Call to undefined method Drupal\Component\Render\FormattableMarkup::render() in mgv_template_preprocess_default_variables_alter() (line 70 of modules/mgv/mgv.module).</p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Let Drupal choose how to render that object using<br> </p><div class="codeblock"> <pre><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br>&nbsp;render</span><span style="color: #007700">() <br></span><span style="color: #0000BB">?&gt;</span></span></pre></div> <p> function</p>
issue