Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::getName()
  2. 9 core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php \Drupal\Core\Extension\ThemeHandlerInterface::getName()

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.

Throws

\Drupal\Core\Extension\Exception\UnknownExtensionException When the specified theme does not exist.

File

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

Class

ThemeHandlerInterface
Manages the list of available themes.

Namespace

Drupal\Core\Extension

Code

public function getName($theme);