function BubblingTest::bubblingPlaceholder

#lazy_builder callback for testBubblingWithPrerender().

File

core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php, line 612

Class

BubblingTest

Namespace

Drupal\Tests\Core\Render

Code

public static function bubblingPlaceholder($foo, $baz) {
  return [
    '#markup' => 'Placeholder!' . $foo . $baz,
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.