Search for storage

  1. Search 7.x for storage
  2. Search 9.5.x for storage
  3. Search 8.9.x for storage
  4. Search 10.3.x for storage
  5. Other projects
Title Object type File name Summary
SimpletestTestRunResultsStorage::getCurrentTestRunState function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Get state information about a test run, from storage.
SimpletestTestRunResultsStorage::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Get test results for a test run, ordered by test class.
SimpletestTestRunResultsStorage::insertLogEntry function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Adds a test log entry for a test run to the storage.
SimpletestTestRunResultsStorage::removeResults function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Removes the results of a test run from the storage.
SimpletestTestRunResultsStorage::setDatabasePrefix function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Sets the test database prefix of a test run in storage.
SimpletestTestRunResultsStorage::testingResultsSchema function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Defines the database schema for run-tests.sh and simpletest module.
SimpletestTestRunResultsStorage::validateTestingResultsEnvironment function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Checks if the test run storage is valid.
SimpletestTestRunResultsStorage::__construct function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php SimpletestTestRunResultsStorage constructor.
SimpletestTestRunResultsStorageTest class core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Tests Drupal\Core\Test\SimpletestTestRunResultsStorage.
SimpletestTestRunResultsStorageTest.php file core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
SimpletestTestRunResultsStorageTest::$connection property core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php The database connection for testing.
SimpletestTestRunResultsStorageTest::$testRunResultsStorage property core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php The test run results storage.
SimpletestTestRunResultsStorageTest::getTestLogEntry function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Returns a sample test run log entry.
SimpletestTestRunResultsStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php
SimpletestTestRunResultsStorageTest::testBuildEnvironmentKeepingExistingResults function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Tests build environment keeping existing results.
SimpletestTestRunResultsStorageTest::testBuildNewEnvironment function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Tests build new environment.
SimpletestTestRunResultsStorageTest::testGetCurrentTestRunState function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Tests get current test run state.
SimpletestTestRunResultsStorageTest::testGetLogEntriesByTestClass function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php Tests get log entries by test class.
SourcePluginBase::$highWaterStorage property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php The key-value storage for the high-water value.
SourcePluginBase::getHighWaterStorage function core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Get the high water storage object.
SqlContentEntityStorage class core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php A content entity database storage implementation.
SqlContentEntityStorage.php file core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::$baseTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The base table of the entity.
SqlContentEntityStorage::$database property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Active database connection.
SqlContentEntityStorage::$dataTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores properties, if the entity has multilingual support.
SqlContentEntityStorage::$defaultLangcodeKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The default language entity key.
SqlContentEntityStorage::$entityTypeManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type manager.
SqlContentEntityStorage::$fieldStorageDefinitions property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's field storage definitions.
SqlContentEntityStorage::$langcodeKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity langcode key.
SqlContentEntityStorage::$languageManager property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The language manager.
SqlContentEntityStorage::$revisionDataTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revision field data if the entity supports revisions.
SqlContentEntityStorage::$revisionKey property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Name of entity's revision database table field, if it supports revisions.
SqlContentEntityStorage::$revisionTable property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The table that stores revisions, if the entity supports revisions.
SqlContentEntityStorage::$storageSchema property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The entity type's storage schema object.
SqlContentEntityStorage::$tableMapping property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php The mapping of field columns to SQL tables.
SqlContentEntityStorage::$temporary property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Whether this storage should use the temporary table mapping.
SqlContentEntityStorage::buildPropertyQuery function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Builds an entity query.
SqlContentEntityStorage::buildQuery function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Builds the query to load the entity.
SqlContentEntityStorage::countFieldData function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Determines the number of entities with values for a given field.
SqlContentEntityStorage::createInstance function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Instantiates a new instance of this entity handler.
SqlContentEntityStorage::delete function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes permanently saved entities.
SqlContentEntityStorage::deleteFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes values of fields in dedicated tables for all revisions.
SqlContentEntityStorage::deleteRevisionFromDedicatedTables function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes values of fields in dedicated tables for all revisions.
SqlContentEntityStorage::doDeleteFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes entity field values from the storage.
SqlContentEntityStorage::doDeleteRevisionFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Deletes field values of an entity revision from the storage.
SqlContentEntityStorage::doLoadMultiple function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Performs storage-specific loading of entities.
SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Actually loads revision field item values from the storage.
SqlContentEntityStorage::doSaveFieldItems function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Writes entity field values to the storage.
SqlContentEntityStorage::finalizePurge function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Performs final cleanup after all data of a field has been purged.
SqlContentEntityStorage::getBaseTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Gets the base table name.

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