Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Language.php
function Language::getName
Overrides
LanguageInterface::getName
File
core/
lib/
Drupal/
Core/
Language/
Language.php
, line 101
Class
Language
An object containing the information for an interface language.
Namespace
Drupal\Core\Language
Code
public
function
getName
() {
return
$this
->
name
; }
RSS feed