$context['entity']]); $build = [ [ '#markup' => substr($markup, strpos($markup, '') + 4), ], [ '#markup' => '
', ], [ '#type' => 'container', '#attributes' => [ 'class' => 'paywall-content', ], [ '#markup' => substr($markup, strpos($markup, '

') + 4), ], ], ]; $output['body'][0]['#markup'] = render($build); } } }