Search for langcode
- Search 7.x for langcode
- Search 9.5.x for langcode
- Search 8.9.x for langcode
- Search 10.3.x for langcode
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AccountInterface::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
AccountInterface::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
AccountProxy::getPreferredAdminLangcode | function | core/ |
Returns the preferred administrative language code of the account. |
AccountProxy::getPreferredLangcode | function | core/ |
Returns the preferred language code of the account. |
ConfigEntityBase::$langcode | property | core/ |
The language code of the entity's default language. |
ConfigEntityValidationTestBase::testLangcode | function | core/ |
Tests that the config entity's langcode is validated. |
ConfigTranslationUiTestBase::$langcodes | property | core/ |
Languages to enable. |
ContentEntityBase::$activeLangcode | property | core/ |
Language code identifying the entity active language. |
ContentEntityBase::$defaultLangcode | property | core/ |
Local cache for the default language code. |
ContentEntityBase::$defaultLangcodeKey | property | core/ |
The default langcode entity key. |
ContentEntityBase::$langcodeKey | property | core/ |
The language entity key. |
ContentEntityBase::setDefaultLangcode | function | core/ |
Populates the local cache for the default language code. |
ContentEntityBase::updateFieldLangcodes | function | core/ |
Updates language for already instantiated fields. |
ContentEntityForm::getFormLangcode | function | core/ |
Gets the code identifying the active form language. |
ContentEntityForm::initFormLangcodes | function | core/ |
Initializes form language code values. |
ContentEntityForm::isDefaultFormLangcode | function | core/ |
Checks whether the current form language matches the entity one. |
ContentEntityForm::updateFormLangcode | function | core/ |
Updates the form language to reflect any change to the entity language. |
ContentEntityFormInterface::getFormLangcode | function | core/ |
Gets the code identifying the active form language. |
ContentEntityFormInterface::isDefaultFormLangcode | function | core/ |
Checks whether the current form language matches the entity one. |
DateTimePlus::$langcode | property | core/ |
The value of the language code passed to the constructor. |
EntityBaseTest::$langcode | property | core/ |
The language code for the entity. |
EntityCreateAccessCustomCidTest::$langcode | property | core/ |
A language code. |
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode | function | core/ |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode(). |
EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode | function | core/ |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode(). |
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode | function | core/ |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
EntityFieldManagerTest::testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode | function | core/ |
Tests the getBaseFieldDefinitions() method with a translatable entity type. |
EntityStorageBase::$langcodeKey | property | core/ |
The name of the entity langcode property. |
EntityTestHooks::entityTestMulLangcodeKeyTranslationCreate | function | core/ |
Implements hook_ENTITY_TYPE_translation_create() for 'entity_test_mul_langcode_key'. |
EntityTestHooks::entityTestMulLangcodeKeyTranslationDelete | function | core/ |
Implements hook_ENTITY_TYPE_translation_delete() for 'entity_test_mul_langcode_key'. |
EntityTestHooks::entityTestMulLangcodeKeyTranslationInsert | function | core/ |
Implements hook_ENTITY_TYPE_translation_insert() for 'entity_test_mul_langcode_key'. |
EntityUrlTest::$langcode | property | core/ |
The language code of the entity used in this test. |
FieldItemBase::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemInterface::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemList::$langcode | property | core/ |
The langcode of the field values held in the object. |
FieldItemList::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemList::setLangcode | function | core/ |
Sets the langcode of the field values held in the object. |
FieldItemListInterface::getLangcode | function | core/ |
Gets the langcode of the field values held in the object. |
FieldItemListInterface::setLangcode | function | core/ |
Sets the langcode of the field values held in the object. |
LangcodeRequiredIfTranslatableValuesConstraint | class | core/ |
Validation constraint for translatable configuration. |
LangcodeRequiredIfTranslatableValuesConstraint.php | file | core/ |
|
LangcodeRequiredIfTranslatableValuesConstraint::$missingMessage | property | core/ |
The error message if this config object is missing a `langcode`. |
LangcodeRequiredIfTranslatableValuesConstraint::$superfluousMessage | property | core/ |
The error message if this config object contains a superfluous `langcode`. |
LangcodeRequiredIfTranslatableValuesConstraintValidator | class | core/ |
Validates the LangcodeRequiredIfTranslatableValues constraint. |
LangcodeRequiredIfTranslatableValuesConstraintValidator.php | file | core/ |
|
LangcodeRequiredIfTranslatableValuesConstraintValidator::validate | function | core/ |
|
Language::getDefaultLangcode | function | core/ |
Gets the default langcode. |
LanguageInterface::LANGCODE_DEFAULT | constant | core/ |
Language code referring to the default language of data, e.g. of an entity. |
LanguageInterface::LANGCODE_NOT_APPLICABLE | constant | core/ |
The language code used when the marked object has no linguistic content. |
LanguageInterface::LANGCODE_NOT_SPECIFIED | constant | core/ |
The language code used when no language is explicitly assigned (yet). |
LanguageInterface::LANGCODE_SITE_DEFAULT | constant | core/ |
Language code referring to site's default language. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.