Search for databases
- Search 7.x for databases
- Search 9.5.x for databases
- Search 8.9.x for databases
- Search 10.3.x for databases
- Search main for databases
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateMissingDatabaseSource.php | file | core/ |
|
| MigrateMissingDatabaseSource::fields | function | core/ |
Returns available fields on the source. |
| MigrateMissingDatabaseSource::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MigrateMissingDatabaseSource::query | function | core/ |
Prepares query object to retrieve data from the source database. |
| MigrationConfigurationTrait::createDatabaseStateSettings | function | core/ |
Creates the necessary state entries for SqlBase::getDatabase() to work. |
| NodeGrantDatabaseStorage | class | core/ |
Defines a storage handler class that handles the node grants system. |
| NodeGrantDatabaseStorage.php | file | core/ |
|
| NodeGrantDatabaseStorage::$hasNodeGrantsImplementations | property | core/ |
Indicates if any module implements hook_node_grants(). |
| NodeGrantDatabaseStorage::$nodeGrantsHelper | property | core/ |
The node grants helper service. |
| NodeGrantDatabaseStorage::access | function | core/ |
Determines access to nodes based on node grants. |
| NodeGrantDatabaseStorage::alterQuery | function | core/ |
Alters a query when node access is required. |
| NodeGrantDatabaseStorage::buildGrantsQueryCondition | function | core/ |
Creates a query condition from an array of node access grants. |
| NodeGrantDatabaseStorage::checkAll | function | core/ |
Checks all grants for a given account. |
| NodeGrantDatabaseStorage::count | function | core/ |
Counts available node grants. |
| NodeGrantDatabaseStorage::delete | function | core/ |
Deletes all node access entries. |
| NodeGrantDatabaseStorage::deleteNodeRecords | function | core/ |
Remove the access records belonging to certain nodes. |
| NodeGrantDatabaseStorage::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorage::writeDefault | function | core/ |
Creates the default node access grant entry. |
| NodeGrantDatabaseStorage::__construct | function | core/ |
|
| NodeGrantDatabaseStorageInterface | interface | core/ |
Provides an interface for node access grant storage. |
| NodeGrantDatabaseStorageInterface.php | file | core/ |
|
| NodeGrantDatabaseStorageInterface::access | function | core/ |
Determines access to nodes based on node grants. |
| NodeGrantDatabaseStorageInterface::alterQuery | function | core/ |
Alters a query when node access is required. |
| NodeGrantDatabaseStorageInterface::checkAll | function | core/ |
Checks all grants for a given account. |
| NodeGrantDatabaseStorageInterface::count | function | core/ |
Counts available node grants. |
| NodeGrantDatabaseStorageInterface::delete | function | core/ |
Deletes all node access entries. |
| NodeGrantDatabaseStorageInterface::deleteNodeRecords | function | core/ |
Remove the access records belonging to certain nodes. |
| NodeGrantDatabaseStorageInterface::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
| NodeGrantDatabaseStorageInterface::writeDefault | function | core/ |
Creates the default node access grant entry. |
| StringDatabaseStorage | class | core/ |
Defines a class to store localized strings in the database. |
| StringDatabaseStorage.php | file | core/ |
|
| StringDatabaseStorage::$connection | property | core/ |
The database connection. |
| StringDatabaseStorage::$options | property | core/ |
Additional database connection options to use in queries. |
| StringDatabaseStorage::checkVersion | function | core/ |
Checks whether the string version matches a given version, fix it if not. |
| StringDatabaseStorage::countStrings | function | core/ |
Counts source strings. |
| StringDatabaseStorage::countTranslations | function | core/ |
Counts translations. |
| StringDatabaseStorage::createString | function | core/ |
Creates a source string object bound to this storage but not saved. |
| StringDatabaseStorage::createTranslation | function | core/ |
Creates a string translation object bound to this storage but not saved. |
| StringDatabaseStorage::dbDelete | function | core/ |
Creates delete query. |
| StringDatabaseStorage::dbExecute | function | core/ |
Executes an arbitrary SELECT query string with the injected options. |
| StringDatabaseStorage::dbFieldTable | function | core/ |
Gets table alias for field. |
| StringDatabaseStorage::dbStringInsert | function | core/ |
Creates a database record for a string object. |
| StringDatabaseStorage::dbStringKeys | function | core/ |
Gets keys values that are in a database table. |
| StringDatabaseStorage::dbStringLoad | function | core/ |
Loads multiple string objects. |
| StringDatabaseStorage::dbStringSelect | function | core/ |
Builds a SELECT query with multiple conditions and fields. |
| StringDatabaseStorage::dbStringTable | function | core/ |
Gets table name for storing string object. |
| StringDatabaseStorage::dbStringUpdate | function | core/ |
Updates string object in the database. |
| StringDatabaseStorage::delete | function | core/ |
Delete string from storage. |
| StringDatabaseStorage::deleteStrings | function | core/ |
Deletes source strings and translations using conditions. |
| StringDatabaseStorage::deleteTranslations | function | core/ |
Deletes translations using conditions. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.