ModuleHandler::getName

public function ModuleHandler::getName

public ModuleHandler::getName($module)

Gets the human readable name of a given module.

Parameters

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

Return value

string Returns the human readable name of the module or the machine name passed in if no matching module is found.

Overrides ModuleHandlerInterface::getName

File

core/lib/Drupal/Core/Extension/ModuleHandler.