function ThemeManagerInterface::render
Same name in other branches
- 9 core/lib/Drupal/Core/Theme/ThemeManagerInterface.php \Drupal\Core\Theme\ThemeManagerInterface::render()
- 10 core/lib/Drupal/Core/Theme/ThemeManagerInterface.php \Drupal\Core\Theme\ThemeManagerInterface::render()
- 11.x core/lib/Drupal/Core/Theme/ThemeManagerInterface.php \Drupal\Core\Theme\ThemeManagerInterface::render()
Generates themed output.
See the Default theme implementations topic for details.
Parameters
string $hook: The name of the theme hook to call.
array $variables: An associative array of theme variables.
Return value
string|\Drupal\Component\Render\MarkupInterface The rendered output, or a Markup object.
1 method overrides ThemeManagerInterface::render()
- ThemeManager::render in core/
lib/ Drupal/ Core/ Theme/ ThemeManager.php - Generates themed output.
File
-
core/
lib/ Drupal/ Core/ Theme/ ThemeManagerInterface.php, line 27
Class
- ThemeManagerInterface
- Provides a high level access to the active theme and methods to use it.
Namespace
Drupal\Core\ThemeCode
public function render($hook, array $variables);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.