public ThemeManagerInterface::render($hook, array $variables)
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.
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\Theme
Code
public function render($hook, array $variables);
Please login to continue.