function ComponentsTwigExtension::addAdditionalContext
Same name in other branches
- 10 core/lib/Drupal/Core/Template/ComponentsTwigExtension.php \Drupal\Core\Template\ComponentsTwigExtension::addAdditionalContext()
Appends additional context to the template based on the template id.
Parameters
array &$context: The context.
string $component_id: The component ID.
Throws
\Drupal\Core\Render\Component\Exception\ComponentNotFoundException
File
-
core/
lib/ Drupal/ Core/ Template/ ComponentsTwigExtension.php, line 60
Class
- ComponentsTwigExtension
- The twig extension so Drupal can recognize the new code.
Namespace
Drupal\Core\TemplateCode
public function addAdditionalContext(array &$context, string $component_id) : void {
$context = $this->mergeAdditionalRenderContext($this->pluginManager
->find($component_id), $context);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.