Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Sql::submitOptionsForm | function | core/ |
Special submit handling. |
| SqlBase::getPagerTotal | function | core/ |
Gets the total number of pages. |
| SqlBase::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| SqlBase::__toString | function | core/ |
Prints the query string when the object is used as a string. |
| SqlContentEntityStorage | class | core/ |
A content entity database storage implementation. |
| SqlContentEntityStorage.php | file | core/ |
|
| SqlContentEntityStorage::$baseTable | property | core/ |
The base table of the entity. |
| SqlContentEntityStorage::$database | property | core/ |
Active database connection. |
| SqlContentEntityStorage::$dataTable | property | core/ |
The table that stores properties, if the entity has multilingual support. |
| SqlContentEntityStorage::$defaultLangcodeKey | property | core/ |
The default language entity key. |
| SqlContentEntityStorage::$entityTypeManager | property | core/ |
The entity type manager. |
| SqlContentEntityStorage::$fieldStorageDefinitions | property | core/ |
The entity type's field storage definitions. |
| SqlContentEntityStorage::$langcodeKey | property | core/ |
The entity langcode key. |
| SqlContentEntityStorage::$languageManager | property | core/ |
The language manager. |
| SqlContentEntityStorage::$revisionDataTable | property | core/ |
The table that stores revision field data if the entity supports revisions. |
| SqlContentEntityStorage::$revisionKey | property | core/ |
Name of entity's revision database table field, if it supports revisions. |
| SqlContentEntityStorage::$revisionTable | property | core/ |
The table that stores revisions, if the entity supports revisions. |
| SqlContentEntityStorage::$storageSchema | property | core/ |
The entity type's storage schema object. |
| SqlContentEntityStorage::$tableMapping | property | core/ |
The mapping of field columns to SQL tables. |
| SqlContentEntityStorage::$temporary | property | core/ |
Whether this storage should use the temporary table mapping. |
| SqlContentEntityStorage::buildPropertyQuery | function | core/ |
|
| SqlContentEntityStorage::buildQuery | function | core/ |
Builds the query to load the entity. |
| SqlContentEntityStorage::countFieldData | function | core/ |
|
| SqlContentEntityStorage::createInstance | function | core/ |
|
| SqlContentEntityStorage::delete | function | core/ |
|
| SqlContentEntityStorage::deleteFromDedicatedTables | function | core/ |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::deleteRevisionFromDedicatedTables | function | core/ |
Deletes values of fields in dedicated tables for all revisions. |
| SqlContentEntityStorage::doDeleteFieldItems | function | core/ |
|
| SqlContentEntityStorage::doDeleteRevisionFieldItems | function | core/ |
|
| SqlContentEntityStorage::doLoadMultiple | function | core/ |
|
| SqlContentEntityStorage::doLoadMultipleRevisionsFieldItems | function | core/ |
|
| SqlContentEntityStorage::doSaveFieldItems | function | core/ |
|
| SqlContentEntityStorage::finalizePurge | function | core/ |
|
| SqlContentEntityStorage::getBaseTable | function | core/ |
Gets the base table name. |
| SqlContentEntityStorage::getCustomTableMapping | function | core/ |
Gets a table mapping for the specified entity type and storage definitions. |
| SqlContentEntityStorage::getDataTable | function | core/ |
Gets the data table name. |
| SqlContentEntityStorage::getFromStorage | function | core/ |
Gets entities from the storage. |
| SqlContentEntityStorage::getQueryServiceName | function | core/ |
|
| SqlContentEntityStorage::getRevisionDataTable | function | core/ |
Gets the revision data table name. |
| SqlContentEntityStorage::getRevisionTable | function | core/ |
Gets the revision table name. |
| SqlContentEntityStorage::getStorageSchema | function | core/ |
Gets the entity type's storage schema object. |
| SqlContentEntityStorage::getTableMapping | function | core/ |
|
| SqlContentEntityStorage::handleNullableFieldUnserialize | function | core/ |
Handles NULL values before passing data to unserialize(). |
| SqlContentEntityStorage::has | function | core/ |
|
| SqlContentEntityStorage::initTableLayout | function | core/ |
Initializes table name variables. |
| SqlContentEntityStorage::isColumnSerial | function | core/ |
Checks whether a field column should be treated as serial. |
| SqlContentEntityStorage::loadFromDedicatedTables | function | core/ |
Loads values of fields stored in dedicated tables for a group of entities. |
| SqlContentEntityStorage::loadFromSharedTables | function | core/ |
Loads values for fields stored in the shared data tables. |
| SqlContentEntityStorage::mapFromStorageRecords | function | core/ |
Maps from storage records to entity objects, and attaches fields. |
| SqlContentEntityStorage::mapToDataStorageRecord | function | core/ |
Maps from an entity object to the storage record of the field data. |
Pagination
- Previous page
- Page 222
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.