Search for storage
- Search 7.x for storage
- Search 9.5.x for storage
- Search 8.9.x for storage
- Search 10.3.x for storage
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TestableSqlContentEntityStorage.php | file | core/ |
|
TestableSqlContentEntityStorage::$database | property | core/ |
Active database connection. |
TestableSqlContentEntityStorage::$entityType | property | core/ |
Information about the entity type. |
TestableSqlContentEntityStorage::$fieldStorageDefinitions | property | core/ |
The entity type's field storage definitions. |
TestableSqlContentEntityStorage::$tableMapping | property | core/ |
The mapping of field columns to SQL tables. |
TestableSqlContentEntityStorage::getTableMapping | function | core/ |
Overrides original SqlContentEntityStorage::getTableMapping(). |
TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables | function | core/ |
Exposes the protected deleteFromDedicatedTables() method for testing. |
TestableSqlContentEntityStorage::setTableMapping | function | core/ |
Sets the table mapping. |
TestableSqlContentEntityStorage::__construct | function | core/ |
Override the constructor to bypass the parent's constructor. |
TestFieldType::calculateStorageDependencies | function | core/ |
|
TestInstallStorage | class | core/ |
Tests configuration of profiles, modules and themes. |
TestInstallStorage.php | file | core/ |
|
TestInstallStorage::getAllFolders | function | core/ |
Returns a map of all config object names and their folders. |
TestItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
TestItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
TestItem::storageSettingsFromConfigData | function | core/ |
Returns a settings array in the field type's canonical representation. |
TestItem::storageSettingsToConfigData | function | core/ |
Returns a settings array that can be stored as a configuration value. |
TestRunResultsStorageInterface | interface | core/ |
Interface describing a test run results storage object. |
TestRunResultsStorageInterface.php | file | core/ |
|
TestRunResultsStorageInterface::buildTestingResultsEnvironment | function | core/ |
Prepares the test run storage. |
TestRunResultsStorageInterface::cleanUp | function | core/ |
Resets the test run storage. |
TestRunResultsStorageInterface::createNew | function | core/ |
Gets a new unique identifier for a test run. |
TestRunResultsStorageInterface::getCurrentTestRunState | function | core/ |
Get state information about a test run, from storage. |
TestRunResultsStorageInterface::getLogEntriesByTestClass | function | core/ |
Get test results for a test run, ordered by test class. |
TestRunResultsStorageInterface::insertLogEntry | function | core/ |
Adds a test log entry for a test run to the storage. |
TestRunResultsStorageInterface::removeResults | function | core/ |
Removes the results of a test run from the storage. |
TestRunResultsStorageInterface::setDatabasePrefix | function | core/ |
Sets the test database prefix of a test run in storage. |
TestRunResultsStorageInterface::validateTestingResultsEnvironment | function | core/ |
Checks if the test run storage is valid. |
TestRunTest::$testRunResultsStorage | property | core/ |
The test run results storage. |
TestSessionBag::$storageKey | property | core/ |
Key used when persisting the session. |
TestSessionBag::getStorageKey | function | core/ |
|
TestStateBasedSectionStorage | class | core/ |
Provides a test section storage that is controlled by state. |
TestStateBasedSectionStorage.php | file | core/ |
|
TestStateBasedSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
TestStateBasedSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
TestStateBasedSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
TestStateBasedSectionStorage::extractIdFromRoute | function | core/ |
|
TestStateBasedSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
TestStateBasedSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
TestStateBasedSectionStorage::getSectionList | function | core/ |
Gets the section list. |
TestStateBasedSectionStorage::getSectionListFromId | function | core/ |
|
TestStateBasedSectionStorage::getSections | function | core/ |
Gets the layout sections. |
TestStateBasedSectionStorage::getStorageId | function | core/ |
Returns an identifier for this storage. |
TestStateBasedSectionStorage::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
TestStateBasedSectionStorage::label | function | core/ |
Gets the label for the object using the sections. |
TestStateBasedSectionStorage::save | function | core/ |
Saves the sections. |
TestStorage | class | core/ |
Provides a test implementation of \Drupal\Core\Config\StorageInterface. |
TestStorage::setValue | function | core/ |
Provides a setter to bypass the array type hint on ::write(). |
TextItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
TextItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.