Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 8.9.x for language
  4. Search 10.3.x for language
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Language class core/modules/language/src/Plugin/migrate/source/Language.php Drupal 6/7 language source from database.
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php CKEditor 5 Language plugin.
Language class core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Defines the 'language' data type.
Language class core/lib/Drupal/Core/Language/Language.php An object containing the information for an interface language.

All search results

Title Object type File name Summary
ConfigurableLanguageXmlAnonTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php
ConfigurableLanguageXmlAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php The theme to install as the default for testing.
ConfigurableLanguageXmlAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php The format to use in this test.
ConfigurableLanguageXmlAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php The MIME type that corresponds to $format.
ConfigurableLanguageXmlBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php @group rest
ConfigurableLanguageXmlBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php
ConfigurableLanguageXmlBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The authentication mechanism to use in this test.
ConfigurableLanguageXmlBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The theme to install as the default for testing.
ConfigurableLanguageXmlBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The format to use in this test.
ConfigurableLanguageXmlBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php The MIME type that corresponds to $format.
ConfigurableLanguageXmlBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php Modules to install.
ConfigurableLanguageXmlCookieTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php @group rest
ConfigurableLanguageXmlCookieTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php
ConfigurableLanguageXmlCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The authentication mechanism to use in this test.
ConfigurableLanguageXmlCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The theme to install as the default for testing.
ConfigurableLanguageXmlCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The format to use in this test.
ConfigurableLanguageXmlCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php The MIME type that corresponds to $format.
config_test_language.info.yml file core/modules/config/tests/config_test_language/config_test_language.info.yml core/modules/config/tests/config_test_language/config_test_language.info.yml
ContactLanguageTest class core/modules/contact/tests/src/Functional/ContactLanguageTest.php Tests contact messages with language module.
ContactLanguageTest.php file core/modules/contact/tests/src/Functional/ContactLanguageTest.php
ContactLanguageTest::$defaultTheme property core/modules/contact/tests/src/Functional/ContactLanguageTest.php The theme to install as the default for testing.
ContactLanguageTest::$modules property core/modules/contact/tests/src/Functional/ContactLanguageTest.php Modules to install.
ContactLanguageTest::setUp function core/modules/contact/tests/src/Functional/ContactLanguageTest.php
ContactLanguageTest::testContactLanguage function core/modules/contact/tests/src/Functional/ContactLanguageTest.php Tests configuration options with language enabled.
ContentEntityBase::$languages property core/lib/Drupal/Core/Entity/ContentEntityBase.php Local cache for the available language objects.
ContentEntityBase::getLanguages function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::getTranslationLanguages function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentEntityBase::language function core/lib/Drupal/Core/Entity/ContentEntityBase.php Gets the language of the entity.
ContentEntityBaseUnitTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php The language manager.
ContentLanguageSettings class core/modules/language/src/Entity/ContentLanguageSettings.php Defines the ContentLanguageSettings entity.
ContentLanguageSettings.php file core/modules/language/src/Entity/ContentLanguageSettings.php
ContentLanguageSettings::$default_langcode property core/modules/language/src/Entity/ContentLanguageSettings.php The default language code.
ContentLanguageSettings::$id property core/modules/language/src/Entity/ContentLanguageSettings.php The id. Combination of $target_entity_type_id.$target_bundle.
ContentLanguageSettings::$language_alterable property core/modules/language/src/Entity/ContentLanguageSettings.php Indicates if the language is alterable or not.
ContentLanguageSettings::$target_bundle property core/modules/language/src/Entity/ContentLanguageSettings.php The bundle (machine name).
ContentLanguageSettings::$target_entity_type_id property core/modules/language/src/Entity/ContentLanguageSettings.php The entity type ID (machine name).
ContentLanguageSettings::calculateDependencies function core/modules/language/src/Entity/ContentLanguageSettings.php Calculates dependencies and stores them in the dependency property.
ContentLanguageSettings::getAllValidDefaultLangcodes function core/modules/language/src/Entity/ContentLanguageSettings.php Returns all valid values for the `default_langcode` property.
ContentLanguageSettings::getDefaultLangcode function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the default language code.
ContentLanguageSettings::getTargetBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the bundle this config applies to.
ContentLanguageSettings::getTargetEntityTypeId function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the entity type ID this config applies to.
ContentLanguageSettings::id function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the identifier.
ContentLanguageSettings::isDefaultConfiguration function core/modules/language/src/Entity/ContentLanguageSettings.php Checks if this config object contains the default values in every property.
ContentLanguageSettings::isLanguageAlterable function core/modules/language/src/Entity/ContentLanguageSettings.php Checks if the language is alterable or not.
ContentLanguageSettings::loadByEntityTypeBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Loads a content language config entity based on the entity type and bundle.
ContentLanguageSettings::preSave function core/modules/language/src/Entity/ContentLanguageSettings.php Acts on an entity before the presave hook is invoked.
ContentLanguageSettings::setDefaultLangcode function core/modules/language/src/Entity/ContentLanguageSettings.php Sets the default language code.
ContentLanguageSettings::setLanguageAlterable function core/modules/language/src/Entity/ContentLanguageSettings.php Sets if the language must be alterable or not.
ContentLanguageSettings::setTargetBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Sets the bundle this config applies to.
ContentLanguageSettings::__construct function core/modules/language/src/Entity/ContentLanguageSettings.php Constructs a ContentLanguageSettings object.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.