public ThemeManagerInterface::render($hook, array $variables)
Generates themed output.
See the Default theme implementations topic for details.
string $hook: The name of the theme hook to call.
array $variables: An associative array of theme variables.
string|\Drupal\Component\Render\MarkupInterface The rendered output, or a Markup object.
public function render($hook, array $variables);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Theme!ThemeManagerInterface.php/function/ThemeManagerInterface::render/8.1.x