You are here

public function CustomLanguage::getNativeName in Custom Language field 8

Method getNativeName.

Return value

mixed Return mixed.

Overrides CustomLanguageInterface::getNativeName

File

src/Entity/CustomLanguage.php, line 108

Class

CustomLanguage
Defines the CustomLanguage entity.

Namespace

Drupal\languagefield\Entity

Code

public function getNativeName() {
  return $this->native_name;
}