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
Json::getFileExtension function core/lib/Drupal/Component/Serialization/Json.php Gets the file extension for this serialization format.
JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
JsonApiFilterRegressionTest::testFilteringEntitiesByEntityReferenceTargetId function core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php Tests that collections can be filtered by an entity reference target_id.
JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure filtering on relationships works with bundle-specific target types.
KeyValueContentEntityStorage::getLatestRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Returns the latest revision identifier for an entity.
KeyValueContentEntityStorage::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php Returns the latest revision affecting the specified translation.
KeyValueDatabaseExpirableFactory::get function core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php Constructs a new expirable key/value store for a given collection name.
KeyValueDatabaseFactory::get function core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseFactory.php Constructs a new key/value store for a given collection name.
KeyValueEntityStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php Gets the name of the service for the query for this entity storage.
KeyValueExpirableFactoryInterface::get function core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactoryInterface.php Constructs a new expirable key/value store for a given collection name.
KeyValueFactory::get function core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php Constructs a new key/value store for a given collection name.
KeyValueFactoryInterface::get function core/lib/Drupal/Core/KeyValueStore/KeyValueFactoryInterface.php Constructs a new key/value store for a given collection name.
KeyValueMemoryFactory::get function core/lib/Drupal/Core/KeyValueStore/KeyValueMemoryFactory.php Constructs a new key/value store for a given collection name.
KeyValueNullExpirableFactory::get function core/lib/Drupal/Core/KeyValueStore/KeyValueNullExpirableFactory.php Constructs a new expirable key/value store for a given collection name.
KeyValueStoreInterface::get function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored value for a given key.
KeyValueStoreInterface::getAll function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns all stored key/value pairs in the collection.
KeyValueStoreInterface::getCollectionName function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the name of this collection.
KeyValueStoreInterface::getMultiple function core/lib/Drupal/Core/KeyValueStore/KeyValueStoreInterface.php Returns the stored key/value pairs for a given set of keys.
Label::getInfo function core/lib/Drupal/Core/Render/Element/Label.php Returns the element properties for this element.
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::getId function core/lib/Drupal/Core/Language/Language.php Gets the ID (language code).
Language::getName function core/lib/Drupal/Core/Language/Language.php Gets the name of the language.
Language::getWeight function core/lib/Drupal/Core/Language/Language.php Gets the weight of the language.
LanguageDefault::get function core/lib/Drupal/Core/Language/LanguageDefault.php Gets the default language.
LanguageInterface::getDirection function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the text direction (left-to-right or right-to-left).
LanguageInterface::getId function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the ID (language code).
LanguageInterface::getName function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the name of the language.
LanguageInterface::getWeight function core/lib/Drupal/Core/Language/LanguageInterface.php Gets the weight of the language.
LanguageItem::getPossibleOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of possible values with labels for display.
LanguageItem::getPossibleValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of possible values.
LanguageItem::getSettableOptions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values with labels for display.
LanguageItem::getSettableValues function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/LanguageItem.php Returns an array of settable values.
LanguageManager::$definedLanguageTypesInfo property core/lib/Drupal/Core/Language/LanguageManager.php Information about all defined language types.
LanguageManager::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Gets the current configuration override language.
LanguageManager::getCurrentLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Returns the current language for the given type.
LanguageManager::getDefaultLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Returns a language object representing the site's default language.
LanguageManager::getDefaultLockedLanguages function core/lib/Drupal/Core/Language/LanguageManager.php Returns a list of the default locked languages.
LanguageManager::getDefinedLanguageTypesInfo function core/lib/Drupal/Core/Language/LanguageManager.php Returns information about all defined language types.
LanguageManager::getFallbackCandidates function core/lib/Drupal/Core/Language/LanguageManager.php Returns the language fallback candidates for a given context.
LanguageManager::getLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Returns a language object from the given language code.
LanguageManager::getLanguageName function core/lib/Drupal/Core/Language/LanguageManager.php Produced the printed name for a language for display.
LanguageManager::getLanguages function core/lib/Drupal/Core/Language/LanguageManager.php Returns a list of languages set up on the site.
LanguageManager::getLanguageSwitchLinks function core/lib/Drupal/Core/Language/LanguageManager.php Returns the language switch links for the given language type.
LanguageManager::getLanguageTypes function core/lib/Drupal/Core/Language/LanguageManager.php Returns an array of the available language types.
LanguageManager::getNativeLanguages function core/lib/Drupal/Core/Language/LanguageManager.php Returns a list of languages set up on the site in their native form.
LanguageManager::getStandardLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php Some common languages with their English and native names.
LanguageManager::getUnitedNationsLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php The 6 official languages used at the United Nations.
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.
LanguageManagerInterface::getCurrentLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the current language for the given type.

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