Search for storage
- Search 7.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Search 11.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
SqlContentEntityStorageTest::testCreate | function | core/ |
@covers ::create[[api-linebreak]] |
SqlContentEntityStorageTest::testGetBaseTable | function | core/ |
Tests SqlContentEntityStorage::getBaseTable(). |
SqlContentEntityStorageTest::testGetDataTable | function | core/ |
Tests SqlContentEntityStorage::getDataTable(). |
SqlContentEntityStorageTest::testGetRevisionDataTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
SqlContentEntityStorageTest::testGetRevisionTable | function | core/ |
Tests SqlContentEntityStorage::getRevisionTable(). |
SqlContentEntityStorageTest::testGetTableMappingEmpty | function | core/ |
Tests getTableMapping() with an empty entity type. |
SqlContentEntityStorageTest::testGetTableMappingRevisionable | function | core/ |
Tests getTableMapping() with a revisionable, non-translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable | function | core/ |
Tests getTableMapping() with a revisionable, translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields | function | core/ |
Tests getTableMapping() with a complex entity type with fields. |
SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields | function | core/ |
Tests getTableMapping() with a revisionable entity type with fields. |
SqlContentEntityStorageTest::testGetTableMappingSimple | function | core/ |
Tests getTableMapping() with a simple entity type. |
SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields | function | core/ |
Tests getTableMapping() with a base field that requires a dedicated table. |
SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields | function | core/ |
Tests getTableMapping() with a simple entity type with some base fields. |
SqlContentEntityStorageTest::testGetTableMappingTranslatable | function | core/ |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields | function | core/ |
Tests getTableMapping() with a translatable entity type with fields. |
SqlContentEntityStorageTest::testHasData | function | core/ |
@covers ::hasData[[api-linebreak]] |
SqlContentEntityStorageTest::testLoadMultipleNoPersistentCache | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
SqlContentEntityStorageTest::testLoadMultiplePersistentCached | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] |
SqlContentEntityStorageTest::testLoadMultiplePersistentCacheMiss | function | core/ |
@covers ::doLoadMultiple[[api-linebreak]] @covers ::buildCacheId[[api-linebreak]] @covers ::getFromPersistentCache[[api-linebreak]] @covers ::setPersistentCache[[api-linebreak]] |
SqlContentEntityStorageTest::testOnEntityTypeCreate | function | core/ |
Tests ContentEntityDatabaseStorage::onEntityTypeCreate(). |
SqlContentEntityStorageTest::testSetTableMapping | function | core/ |
Tests that setting a new table mapping also updates the table names. |
SqlContentEntityStorageTestEntityInterface | class | core/ |
Provides an entity with dummy implementations of static methods. |
SqlContentEntityStorageTestEntityInterface::postLoad | function | core/ |
Acts on loaded entities. |
SqlEntityStorageInterface | interface | core/ |
A common interface for SQL-based entity storage implementations. |
SqlEntityStorageInterface.php | file | core/ |
|
SqlEntityStorageInterface::getTableMapping | function | core/ |
Gets a table mapping for the entity's SQL tables. |
statistics.storage.node | service | core/ |
Drupal\statistics\NodeStatisticsDatabaseStorage |
StatisticsPopularBlock::$statisticsStorage | property | core/ |
The storage for statistics. |
StatisticsStorageInterface | interface | core/ |
Provides an interface defining Statistics Storage. |
StatisticsStorageInterface.php | file | core/ |
|
StatisticsStorageInterface::deleteViews | function | core/ |
Delete counts for a specific entity. |
StatisticsStorageInterface::fetchAll | function | core/ |
Returns the number of times an entity has been viewed. |
StatisticsStorageInterface::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
StatisticsStorageInterface::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
StatisticsStorageInterface::maxTotalCount | function | core/ |
Returns the highest 'totalcount' value. |
StatisticsStorageInterface::recordView | function | core/ |
Counts an entity view. |
StatisticsStorageInterface::resetDayCount | function | core/ |
Reset the day counter for all entities once every day. |
StorableConfigBase::$storage | property | core/ |
The storage used to load and save this configuration object. |
StorableConfigBase::getStorage | function | core/ |
Retrieves the storage used to load and save this configuration object. |
StorageBase | class | core/ |
Provides a base class for key/value storage implementations. |
StorageBase.php | file | core/ |
|
StorageBase::$collection | property | core/ |
The name of the collection holding key and value pairs. |
StorageBase::delete | function | core/ |
Deletes an item from the key/value store. |
StorageBase::get | function | core/ |
Returns the stored value for a given key. |
StorageBase::getCollectionName | function | core/ |
Returns the name of this collection. |
StorageBase::setMultiple | function | core/ |
Saves key/value pairs. |
StorageBase::__construct | function | core/ |
|
StorageCacheInterface | interface | core/ |
Defines an interface for cached configuration storage. |
StorageCacheInterface.php | file | core/ |
|
StorageCacheInterface::resetListCache | function | core/ |
Reset the static cache of the listAll() cache. |
Pagination
- Previous page
- Page 56
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.