ConfigurableLanguageInterface::setName

public ConfigurableLanguageInterface::setName($name)

Sets the name of the language.

Parameters

string $name: The human-readable English name of the language.

Return value

$this

File

core/modules/language/src/ConfigurableLanguageInterface.php, line 21

Class

ConfigurableLanguageInterface
Provides an interface defining a language entity.

Namespace

Drupal\language

Code

public function setName($name);
doc_Drupal
2016-10-29 08:55:10
Comments
Leave a Comment

Please login to continue.