You are here

public function CustomLanguage::isDefault in Custom Language field 8

Returns whether this language is the default language.

Return value

bool Whether the language is the default language.

Overrides LanguageInterface::isDefault

File

src/Entity/CustomLanguage.php, line 79

Class

CustomLanguage
Defines the CustomLanguage entity.

Namespace

Drupal\languagefield\Entity

Code

public function isDefault() {
  return FALSE;
}