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
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.
KeyValueEntityStorageTest class core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @coversDefaultClass \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage[[api-linebreak]]
@group Entity
KeyValueEntityStorageTest.php file core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked cache tags invalidator.
KeyValueEntityStorageTest::$entityFieldManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked entity field manager.
KeyValueEntityStorageTest::$entityStorage property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::$entityType property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The entity type.
KeyValueEntityStorageTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The mocked entity type manager.
KeyValueEntityStorageTest::$keyValueStore property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The key value store.
KeyValueEntityStorageTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The language manager.
KeyValueEntityStorageTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The module handler.
KeyValueEntityStorageTest::$uuidService property core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php The UUID service.
KeyValueEntityStorageTest::getMockEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Creates an entity with specific methods mocked.
KeyValueEntityStorageTest::setUp function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php
KeyValueEntityStorageTest::setUpKeyValueEntityStorage function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php Prepares the key value entity storage.
KeyValueEntityStorageTest::testCreate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testCreateWithoutUuidKey function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
KeyValueEntityStorageTest::testDelete function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::delete[[api-linebreak]]
@covers ::doDelete[[api-linebreak]]
KeyValueEntityStorageTest::testDeleteNothing function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::delete[[api-linebreak]]
@covers ::doDelete[[api-linebreak]]
KeyValueEntityStorageTest::testDeleteRevision function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::deleteRevision[[api-linebreak]]
@group legacy
KeyValueEntityStorageTest::testLoad function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::load[[api-linebreak]]
@covers ::postLoad[[api-linebreak]]
KeyValueEntityStorageTest::testLoadMissingEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::load[[api-linebreak]]
KeyValueEntityStorageTest::testLoadMultipleAll function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple[[api-linebreak]]
@covers ::postLoad[[api-linebreak]]
@covers ::mapFromStorageRecords[[api-linebreak]]
@covers ::doLoadMultiple[[api-linebreak]]
KeyValueEntityStorageTest::testLoadMultipleIds function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadMultiple[[api-linebreak]]
@covers ::postLoad[[api-linebreak]]
@covers ::mapFromStorageRecords[[api-linebreak]]
@covers ::doLoadMultiple[[api-linebreak]]
KeyValueEntityStorageTest::testLoadRevision function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::loadRevision[[api-linebreak]]
@group legacy
KeyValueEntityStorageTest::testSaveConfigEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveContentEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveDuplicate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveInsert function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveInvalid function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveRenameConfigEntity function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
KeyValueEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save[[api-linebreak]]
@covers ::doSave[[api-linebreak]]
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.
LabelOnlyResourceObject::getEntity function core/modules/jsonapi/src/JsonApiResource/LabelOnlyResourceObject.php Gets the decorated entity.
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::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.

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