function RendererInterface::renderPlaceholder
Same name in other branches
- 9 core/lib/Drupal/Core/Render/RendererInterface.php \Drupal\Core\Render\RendererInterface::renderPlaceholder()
- 8.9.x core/lib/Drupal/Core/Render/RendererInterface.php \Drupal\Core\Render\RendererInterface::renderPlaceholder()
- 10 core/lib/Drupal/Core/Render/RendererInterface.php \Drupal\Core\Render\RendererInterface::renderPlaceholder()
Renders final HTML for a placeholder.
Renders the placeholder in isolation.
Parameters
string $placeholder: An attached placeholder to render. (This must be a key of one of the values of $elements['#attached']['placeholders'].)
array $elements: The structured array describing the data to be rendered.
Return value
array The updated $elements.
See also
\Drupal\Core\Render\RendererInterface::render()
1 method overrides RendererInterface::renderPlaceholder()
- Renderer::renderPlaceholder in core/
lib/ Drupal/ Core/ Render/ Renderer.php - Renders final HTML for a placeholder.
File
-
core/
lib/ Drupal/ Core/ Render/ RendererInterface.php, line 88
Class
- RendererInterface
- Defines an interface for turning a render array into a string.
Namespace
Drupal\Core\RenderCode
public function renderPlaceholder($placeholder, array $elements);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.