Search for __get

  1. Search 7.x for __get
  2. Search 8.9.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
Label::getInfo function core/lib/Drupal/Core/Render/Element/Label.php Returns the element properties for this element.
LabelOnlyResourceObject::getEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Gets the decorated entity.
Language::getButtons function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Returns the buttons that this plugin provides, along with metadata.
Language::getConfig function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
Language::getCssFiles function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Retrieves enabled plugins' iframe instance CSS files.
Language::getDefaultLangcode function core/lib/Drupal/Core/Language/Language.php Gets the default langcode.
Language::getDirection function core/lib/Drupal/Core/Language/Language.php Gets the text direction (left-to-right or right-to-left).
Language::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php Allows a plugin to modify its static configuration.
Language::getFile function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Returns the Drupal root-relative file path to the plugin JavaScript file.
Language::getId function core/lib/Drupal/Core/Language/Language.php Gets the ID (language code).
Language::getIds function core/modules/language/src/Plugin/migrate/source/Language.php Defines the source fields uniquely identifying a source row.
Language::getLibraries function core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Returns a list of libraries this plugin requires.
Language::getName function core/lib/Drupal/Core/Language/Language.php Gets the name of the language.
Language::getString function core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Returns a string representation of the data.
Language::getValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Overrides TypedData::getValue().
Language::getWeight function core/lib/Drupal/Core/Language/Language.php Gets the weight of the language.
LanguageAddForm::getFormId function core/modules/language/src/Form/LanguageAddForm.php Returns a unique string identifying the form.
LanguageBlock::getCacheMaxAge function core/modules/language/src/Plugin/Block/LanguageBlock.php @todo Make cacheable in https://www.drupal.org/node/2232375.
LanguageBlock::getDerivativeDefinitions function core/modules/language/src/Plugin/Derivative/LanguageBlock.php Gets the definition of all derivatives of a base plugin.
LanguageBrowserDetectionAcceptLanguageTest class core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php Tests browser language detection with different accept-language headers.
LanguageBrowserDetectionAcceptLanguageTest.php file core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
LanguageBrowserDetectionAcceptLanguageTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php The theme to install as the default for testing.
LanguageBrowserDetectionAcceptLanguageTest::$modules property core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php Modules to enable.
LanguageBrowserDetectionAcceptLanguageTest::setUp function core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php
LanguageBrowserDetectionAcceptLanguageTest::testAcceptLanguageEmptyDefault function core/modules/language/tests/src/Functional/LanguageBrowserDetectionAcceptLanguageTest.php Tests with browsers with and without Accept-Language header.
LanguageConfigCollectionNameTrait::getLangcodeFromCollectionName function core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php Converts a configuration collection name to a language code.
LanguageConfigFactoryOverride::getCacheableMetadata function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Gets the cacheability metadata associated with the config factory override.
LanguageConfigFactoryOverride::getCacheSuffix function core/modules/language/src/Config/LanguageConfigFactoryOverride.php The string to append to the configuration static cache name.
LanguageConfigFactoryOverride::getLanguage function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Gets the language object used to override configuration data.
LanguageConfigFactoryOverride::getOverride function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Get language override for given language and configuration name.
LanguageConfigFactoryOverride::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverride.php Returns the storage instance for a particular langcode.
LanguageConfigFactoryOverrideInterface::getLanguage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Gets the language object used to override configuration data.
LanguageConfigFactoryOverrideInterface::getOverride function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Get language override for given language and configuration name.
LanguageConfigFactoryOverrideInterface::getStorage function core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php Returns the storage instance for a particular langcode.
LanguageConfigOverride::getLangcode function core/modules/language/src/Config/LanguageConfigOverride.php Returns the language code of this language override.
LanguageConfigOverrideCrudEvent::getLanguageConfigOverride function core/modules/language/src/Config/LanguageConfigOverrideCrudEvent.php Gets configuration object.
LanguageConfiguration::getDefaultOptions function core/modules/language/src/Element/LanguageConfiguration.php Returns the default options for the language configuration form element.
LanguageConfiguration::getInfo function core/modules/language/src/Element/LanguageConfiguration.php Returns the element properties for this element.
LanguageConfigurationElement::getFormId function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElement.php Returns a unique string identifying the form.
LanguageConfigurationElementTest::getFormId function core/modules/language/tests/language_elements_test/src/Form/LanguageConfigurationElementTest.php Returns a unique string identifying the form.
LanguageConfigurationTest::getHighestConfigurableLanguageWeight function core/modules/language/tests/src/Functional/LanguageConfigurationTest.php Helper to get maximum weight of configurable (unlocked) languages.
LanguageContentSettings::getIds function core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettings.php Defines the source fields uniquely identifying a source row.
LanguageContentSettings::getIds function core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php Defines the source fields uniquely identifying a source row.
LanguageContentSettingsTaxonomyVocabulary::getIds function core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php Defines the source fields uniquely identifying a source row.
LanguageDefault::get function core/lib/Drupal/Core/Language/LanguageDefault.php Gets the default language.
LanguageDeleteForm::getDeletionMessage function core/modules/language/src/Form/LanguageDeleteForm.php Gets the message to display to the user after deleting the entity.
LanguageDeleteForm::getDescription function core/modules/language/src/Form/LanguageDeleteForm.php Returns additional text to display as a description.
LanguageDeleteForm::getFormId function core/modules/language/src/Form/LanguageDeleteForm.php Returns a unique string identifying the form.
LanguageEditForm::getFormId function core/modules/language/src/Form/LanguageEditForm.php Returns a unique string identifying the form.
LanguageFilter::getValueOptions function core/modules/views/src/Plugin/views/filter/LanguageFilter.php Gets the value options.

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