Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
LanguageInterface::VALID_LANGCODE_REGEX constant core/lib/Drupal/Core/Language/LanguageInterface.php A regex for validating language codes according to W3C specifications.
LanguageListBuilder::getFormId function core/modules/language/src/LanguageListBuilder.php Returns a unique string identifying the form.
LanguageListBuilder::validateForm function core/modules/language/src/LanguageListBuilder.php Form validation handler.
LanguageManager::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Gets the current configuration override language.
LanguageManager::getFallbackCandidates function core/lib/Drupal/Core/Language/LanguageManager.php Returns the language fallback candidates for a given context.
LanguageManager::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Sets the configuration override language.
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.
LanguageManagerInterface::getFallbackCandidates function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the language fallback candidates for a given context.
LanguageManagerInterface::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Sets the configuration override language.
LanguageNegotiation::$id property core/modules/language/src/Annotation/LanguageNegotiation.php The language negotiation plugin ID.
LanguageNegotiationBrowser::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php The language negotiation method id.
LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns the content entity type ID from the current request for the route.
LanguageNegotiationContentEntity::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php The language negotiation method ID.
LanguageNegotiationFormOverrideTest class core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php Tests language-negotiation overrides are not on language-negotiation form.
LanguageNegotiationFormOverrideTest.php file core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
LanguageNegotiationFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php The theme to install as the default for testing.
LanguageNegotiationFormOverrideTest::$modules property core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php Modules to install.
LanguageNegotiationFormOverrideTest::testFormWithOverride function core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php Tests that overrides do not affect language-negotiation form values.
LanguageNegotiationSelected::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php The language negotiation method id.
LanguageNegotiationSession::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php The language negotiation method id.
LanguageNegotiationTest::METHOD_ID constant core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php The language negotiation method id.
LanguageNegotiationTestTs::METHOD_ID constant core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php The language negotiation method id.
LanguageNegotiationUI::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php The language negotiation method id.
LanguageNegotiationUrl::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php The language negotiation method id.
LanguageNegotiationUrlFallback::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php The language negotiation method id.
LanguageNegotiationUrlTest::providerNeutralLanguages function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the neutral language test.
LanguageNegotiationUrlTest::providerTestDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the domain test.
LanguageNegotiationUrlTest::providerTestPathPrefix function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the path prefix test.
LanguageNegotiationUser::METHOD_ID constant core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUser.php The language negotiation method id.
LanguageNegotiationUserAdmin::METHOD_ID constant core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php The language negotiation method id.
LanguageNegotiatorInterface::METHOD_ID constant core/modules/language/src/LanguageNegotiatorInterface.php The language negotiation method id for the language negotiator itself.
LanguagePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Provides a list of configs to test.
LanguageReference::getAllValidLangcodes function core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php Returns all valid values for a `langcode` config value.
LanguageReference::getTargetIdentifier function core/lib/Drupal/Core/TypedData/Plugin/DataType/LanguageReference.php Gets the identifier of the referenced data.
LanguageRequestSubscriber::setLanguageOverrides function core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php Sets the language for config overrides on the language manager.
LanguageSelectElementTest::testHiddenLanguageSelectElement function core/modules/system/tests/src/Functional/Form/LanguageSelectElementTest.php Tests the case when the language select elements should not be printed.
LanguageSelectWidget class core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Plugin implementation of the 'Language' widget.
LanguageSelectWidget.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php
LanguageSelectWidget::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Defines the default settings for this plugin.
LanguageSelectWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Returns the form for a single field widget.
LanguageSelectWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/LanguageSelectWidget.php Returns a form to configure settings for the widget.
LanguageSelectWidgetTest class core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the language select widget.
LanguageSelectWidgetTest.php file core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
LanguageSelectWidgetTest::$entityFormDisplay property core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php The entity form display.
LanguageSelectWidgetTest::$modules property core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Modules to install.
LanguageSelectWidgetTest::setUp function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php
LanguageSelectWidgetTest::testWithIncludedLockedLanguage function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the widget with the locked languages.
LanguageSelectWidgetTest::testWithoutIncludedLockedLanguage function core/modules/language/tests/src/Kernel/LanguageSelectWidgetTest.php Tests the widget without the locked languages.
LanguageServiceProvider class core/modules/language/src/LanguageServiceProvider.php Overrides the language_manager service to point to language's module one.
LanguageServiceProvider.php file core/modules/language/src/LanguageServiceProvider.php

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