Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
LanguageNegotiator::getNegotiationMethods function core/modules/language/src/LanguageNegotiator.php Returns the language negotiation methods enabled for a language type.
LanguageNegotiator::getPrimaryNegotiationMethod function core/modules/language/src/LanguageNegotiator.php Returns the ID of the language type's primary language negotiation method.
LanguageNegotiatorInterface::getNegotiationMethodInstance function core/modules/language/src/LanguageNegotiatorInterface.php Returns an instance of the specified language negotiation method.
LanguageNegotiatorInterface::getNegotiationMethods function core/modules/language/src/LanguageNegotiatorInterface.php Returns the language negotiation methods enabled for a language type.
LanguageNegotiatorInterface::getPrimaryNegotiationMethod function core/modules/language/src/LanguageNegotiatorInterface.php Returns the ID of the language type's primary language negotiation method.
LanguagePluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php Provides a list of configs to test.
LanguagePluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/LanguagePluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
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::getSubscribedEvents function core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php Registers the methods in this class that should be listeners.
LanguagesCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
LanguagesCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php $type can be NULL, or one of the language types supported by the language
manager, typically:
LanguagesCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/LanguagesCacheContext.php Returns the label of the cache context.
LanguageSelect::getInfo function core/lib/Drupal/Core/Render/Element/LanguageSelect.php Returns the element properties for this element.
LanguageSelectorTranslatableTest::getAdministratorPermissions function core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Returns an array of permissions needed for the translator.
LanguageSelectorTranslatableTest::testContentTranslationPageTitle function core/modules/language/tests/src/Functional/LanguageSelectorTranslatableTest.php Tests that correct title is displayed for content translation page.
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::getDefaultLanguageValues function core/modules/language/src/LanguageServiceProvider.php Gets the default language values.
LanguageSwitcherInterface::getLanguageSwitchLinks function core/modules/language/src/LanguageSwitcherInterface.php Returns language switch links.
LanguageTest class core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php Tests the language source plugin.
LanguageTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Tests for CKEditor 5 UI translations.
LanguageTest class core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Tests language resolving for CKEditor 5.
LanguageTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php
LanguageTest.php file core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php
LanguageTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php
LanguageTest::$ckeditor5 property core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php The CKEditor 5 plugin.
LanguageTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Modules to install.
LanguageTest::$modules property core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Modules to install.
LanguageTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php Modules to install.
LanguageTest::provider function core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Data provider for ensuring CKEditor 5 UI translations are loaded.
LanguageTest::provider function core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Provides a list of language code pairs.
LanguageTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php
LanguageTest::setUp function core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php
LanguageTest::test function core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Integration test to ensure that CKEditor 5 UI translations are loaded.
LanguageTest::test function core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Ensure that languages are resolved correctly.
LanguageTestBase class core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php Defines the base class for all Language handler tests.
LanguageTestBase class core/modules/language/tests/src/Kernel/LanguageTestBase.php Test for dependency injected language object.
LanguageTestBase.php file core/modules/language/tests/src/Kernel/LanguageTestBase.php
LanguageTestBase.php file core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php

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