Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / tests / modules / metatag_test_custom_route / src / Controller / MetatagTestCustomRouteController.php
index 20c51d8cba81bcfdf7c3a8a2cec676d0228d533b..ca3e50087c670c2b9c87710ef9bf8401657ae707 100644 (file)
@@ -14,7 +14,7 @@ class MetatagTestCustomRouteController extends ControllerBase {
    */
   public function test() {
     $render = [
-      '#markup' => $this->t('<p>Hello world!</p>', []),
+      '#markup' => t('<p>Hello world!</p>'),
     ];
 
     return $render;