public function BigPipePlaceholderTestCase::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php \Drupal\big_pipe_test\BigPipePlaceholderTestCase::__construct()
 - 9 core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php \Drupal\big_pipe_test\BigPipePlaceholderTestCase::__construct()
 
File
- core/
modules/ big_pipe/ tests/ modules/ big_pipe_test/ src/ BigPipePlaceholderTestCases.php, line 400  
Class
Namespace
Drupal\big_pipe_testCode
public function __construct(array $render_array, $placeholder, array $placeholder_render_array) {
  $this->renderArray = $render_array;
  $this->placeholder = $placeholder;
  $this->placeholderRenderArray = $placeholder_render_array;
}