Search for language

  1. Search 7.x for language
  2. Search 8.9.x for language
  3. Search 10.3.x for language
  4. Search 11.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/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Defines the "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
NodeStorageInterface::clearRevisionsLanguage function core/modules/node/src/NodeStorageInterface.php Unsets the language for all nodes with the given language.
NodeStorageInterface::countDefaultLanguageRevisions function core/modules/node/src/NodeStorageInterface.php Counts the number of revisions in the default language.
NodeTranslationExceptionSubscriber::$languageManager property core/modules/node/src/EventSubscriber/NodeTranslationExceptionSubscriber.php The language manager.
NodeTypeInitialLanguageTest class core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests node type initial language settings.
NodeTypeInitialLanguageTest.php file core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php
NodeTypeInitialLanguageTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php The theme to install as the default for testing.
NodeTypeInitialLanguageTest::$modules property core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Modules to enable.
NodeTypeInitialLanguageTest::setUp function core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php
NodeTypeInitialLanguageTest::testLanguageFieldVisibility function core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults function core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests the node type initial language defaults, and modifies them.
NodeViewLanguageTest class core/modules/node/tests/src/Functional/NodeViewLanguageTest.php Tests the node language extra field display.
NodeViewLanguageTest.php file core/modules/node/tests/src/Functional/NodeViewLanguageTest.php
NodeViewLanguageTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeViewLanguageTest.php The theme to install as the default for testing.
NodeViewLanguageTest::$modules property core/modules/node/tests/src/Functional/NodeViewLanguageTest.php Modules to enable.
NodeViewLanguageTest::testViewLanguage function core/modules/node/tests/src/Functional/NodeViewLanguageTest.php Tests the language extra field display.
node_access_test_language.info.yml file core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml core/modules/node/tests/modules/node_access_test_language/node_access_test_language.info.yml
node_access_test_language.module file core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Test module with a language-aware node access implementation.
node_access_test_language_node_access_records function core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_node_access_records().
node_access_test_language_node_grants function core/modules/node/tests/modules/node_access_test_language/node_access_test_language.module Implements hook_node_grants().
node_configurable_language_delete function core/modules/node/node.module Implements hook_ENTITY_TYPE_delete() for 'configurable_language'.
NoLanguageEntityTest class core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php Defines the test entity class.
NoLanguageEntityTest.php file core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php
NoLanguageEntityTest::baseFieldDefinitions function core/modules/language/tests/language_test/src/Entity/NoLanguageEntityTest.php
PathAliasListBuilder::$languageManager property core/modules/path/src/PathAliasListBuilder.php The language manager.
PathLanguageTest class core/modules/path/tests/src/Functional/PathLanguageTest.php Confirm that paths work with translated nodes.
PathLanguageTest.php file core/modules/path/tests/src/Functional/PathLanguageTest.php
PathLanguageTest::$defaultTheme property core/modules/path/tests/src/Functional/PathLanguageTest.php The theme to install as the default for testing.
PathLanguageTest::$modules property core/modules/path/tests/src/Functional/PathLanguageTest.php Modules to enable.
PathLanguageTest::$webUser property core/modules/path/tests/src/Functional/PathLanguageTest.php A user with permissions to administer content types.
PathLanguageTest::setUp function core/modules/path/tests/src/Functional/PathLanguageTest.php
PathLanguageTest::testAliasTranslation function core/modules/path/tests/src/Functional/PathLanguageTest.php Tests alias functionality through the admin interfaces.
PathLanguageUiTest class core/modules/path/tests/src/Functional/PathLanguageUiTest.php Confirm that the Path module user interface works with languages.
PathLanguageUiTest.php file core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathLanguageUiTest::$defaultTheme property core/modules/path/tests/src/Functional/PathLanguageUiTest.php The theme to install as the default for testing.
PathLanguageUiTest::$modules property core/modules/path/tests/src/Functional/PathLanguageUiTest.php Modules to enable.
PathLanguageUiTest::setUp function core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathLanguageUiTest::testDefaultLanguageUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a non-default language URL alias works.
PathLanguageUiTest::testNotSpecifiedNode function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests language unspecific aliases are shown and saved in the node form.
PathProcessorLanguage class core/modules/language/src/HttpKernel/PathProcessorLanguage.php Processes the inbound path using path alias lookups.
PathProcessorLanguage.php file core/modules/language/src/HttpKernel/PathProcessorLanguage.php
PathProcessorLanguage::$config property core/modules/language/src/HttpKernel/PathProcessorLanguage.php A config factory for retrieving required config settings.
PathProcessorLanguage::$configSubscriber property core/modules/language/src/HttpKernel/PathProcessorLanguage.php The language configuration event subscriber.
PathProcessorLanguage::$languageManager property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Language manager for retrieving the URL language type.
PathProcessorLanguage::$multilingual property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Flag indicating whether the site is multilingual.
PathProcessorLanguage::$negotiator property core/modules/language/src/HttpKernel/PathProcessorLanguage.php The language negotiator.
PathProcessorLanguage::$processors property core/modules/language/src/HttpKernel/PathProcessorLanguage.php Local cache for language path processors.
PathProcessorLanguage::initConfigSubscriber function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the injected event subscriber with the language path processor.
PathProcessorLanguage::initProcessors function core/modules/language/src/HttpKernel/PathProcessorLanguage.php Initializes the local cache for language path processors.

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