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 |
|---|---|---|---|
| TermStorage::__wakeup | function | core/ |
|
| TermStorageInterface | interface | core/ |
Defines an interface for taxonomy_term entity storage classes. |
| TermStorageInterface.php | file | core/ |
|
| TermStorageInterface::getNodeTerms | function | core/ |
Returns all terms used to tag some given nodes. |
| TermStorageInterface::getTermIdsWithPendingRevisions | function | core/ |
Gets a list of term IDs with pending revisions. |
| TermStorageInterface::getVocabularyHierarchyType | function | core/ |
Returns the hierarchy type for a specific vocabulary ID. |
| TermStorageInterface::loadAllParents | function | core/ |
Finds all ancestors of a given term ID. |
| TermStorageInterface::loadChildren | function | core/ |
Finds all children of a term ID. |
| TermStorageInterface::loadParents | function | core/ |
Finds all parents of a given term ID. |
| TermStorageInterface::loadTree | function | core/ |
Finds all terms in a given vocabulary ID. |
| TermStorageInterface::nodeCount | function | core/ |
Count the number of nodes in a given vocabulary ID. |
| TermStorageInterface::resetWeights | function | core/ |
Reset the weights for a given vocabulary ID. |
| TermStorageSchema | class | core/ |
Defines the term schema handler. |
| TermStorageSchema.php | file | core/ |
|
| TermStorageSchema::getDedicatedTableSchema | function | core/ |
Gets the SQL schema for a dedicated table. |
| TermStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
| TermStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
| TestableSqlContentEntityStorage | class | core/ |
A test subclass of SqlContentEntityStorage. |
| 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. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.