Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SqlFieldableEntityTypeListenerTrait::copyData | function | core/ |
Copies entity data from the original storage to the temporary one. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy | function | core/ |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate | function | core/ |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema | function | core/ |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema | function | core/ |
Allows subscribers to prepare their schema before data copying. |
| SqlIdMapTest | class | core/ |
Defines a test SQL ID map for use in tests. |
| SqlIdMapTest::getFieldSchema | function | core/ |
Gets the field schema. |
| sqlite.info.yml | file | core/ |
core/modules/sqlite/sqlite.info.yml |
| sqlite.module | file | core/ |
The SQLite module provides the connection between Drupal and a SQLite database. |
| sqlite.views.date_sql | service | core/ |
Drupal\views\Plugin\views\query\SqliteDateSql |
| SqliteDateSql | class | core/ |
SQLite-specific date handling. |
| SqliteDateSql.php | file | core/ |
|
| SqliteDateSql::$database | property | core/ |
The database connection. |
| SqliteDateSql::$replace | property | core/ |
An array of PHP-to-SQLite date replacement patterns. |
| SqliteDateSql::getDateField | function | core/ |
Returns a native database expression for a given field. |
| SqliteDateSql::getDateFormat | function | core/ |
Creates a native database date formatting. |
| SqliteDateSql::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
| SqliteDateSql::setTimezoneOffset | function | core/ |
Set the database to the given timezone. |
| SqliteDateSql::__construct | function | core/ |
Constructs the SQLite-specific date sql class. |
| SqliteDateSqlTest | class | core/ |
Tests the MySQL-specific date query handler. |
| SqliteDateSqlTest.php | file | core/ |
|
| SqliteDateSqlTest::$database | property | core/ |
The mocked database service. |
| SqliteDateSqlTest::providerTestGetDateFormat | function | core/ |
Provider for date formatting test. |
| SqliteDateSqlTest::setUp | function | core/ |
|
| SqliteDateSqlTest::testGetDateField | function | core/ |
Tests the getDateField method. |
| SqliteDateSqlTest::testGetDateFormat | function | core/ |
Tests date formatting replacement. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset | function | core/ |
Tests timezone offset formatting. |
| SqliteDateSqlTest::testSetTimezoneOffset | function | core/ |
Tests setting the database offset. |
| SqliteDriverLegacyTest | class | core/ |
Tests the deprecations of the SQLite database driver classes in Core. |
| SqliteDriverLegacyTest.php | file | core/ |
|
| SqliteDriverLegacyTest::testDeprecationConnection | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Connection[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationInsert | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Insert[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationInstallTasks | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Install\Tasks[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationSchema | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Schema[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationSelect | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Select[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationStatement | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Statement[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationTruncate | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Truncate[[api-linebreak]] |
| SqliteDriverLegacyTest::testDeprecationUpsert | function | core/ |
@covers Drupal\Core\Database\Driver\sqlite\Upsert[[api-linebreak]] |
| sqlite_help | function | core/ |
Implements hook_help(). |
| SqlModeTest | class | core/ |
Tests compatibility of the MySQL driver with various sql_mode options. |
| SqlModeTest.php | file | core/ |
|
| SqlModeTest::getDatabaseConnectionInfo | function | core/ |
Returns the Database connection info to be used for this test. |
| SqlModeTest::testQuotingIdentifiers | function | core/ |
Tests quoting identifiers in queries. |
| SqlQueryTest | class | core/ |
Tests the sql query plugin. |
| SqlQueryTest.php | file | core/ |
|
| SqlQueryTest::$testViews | property | core/ |
Views used by this test. |
| SqlQueryTest::testExecuteMetadata | function | core/ |
Tests adding some metadata/tags to the views query. |
| SqlQueryTest::testGetConnection | function | core/ |
Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection(). |
| SqlQueryTest::viewsData | function | core/ |
Returns the views data definition. |
| SqlTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\query\Sql[[api-linebreak]] |
Pagination
- Previous page
- Page 1166
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.