ThemeHandlerInterface::getName

public ThemeHandlerInterface::getName($theme)

Gets the human readable name of a given theme.

Parameters

string $theme: The machine name of the theme which title should be shown.

Return value

string Returns the human readable name of the theme.

File

core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php, line 151

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function getName($theme);
doc_Drupal
2016-10-29 09:48:02
Comments
Leave a Comment

Please login to continue.