| Sql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/Sql.php |
|
| Sql::getRowsNeedingUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
|
| Sql::prepareUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
|
| Sql::setUpdate |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
|
| Sql::updateCount |
function |
core/modules/migrate/src/Plugin/migrate/id_map/Sql.php |
|
| SqlBase::exposedFormValidate |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
|
| SqlBase::updatePageInfo |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
Update global paging info. |
| SqlBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/pager/SqlBase.php |
|
| SqlContentEntityStorage::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorage::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php |
|
| SqlContentEntityStorageSchema::$updateBackupRepository |
property |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
The key-value collection for tracking entity update backup repository. |
| SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
|
| SqlContentEntityStorageSchema::updateBackupRepository |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Gets the key/value collection for tracking the entity update backups. |
| SqlContentEntityStorageSchema::updateDedicatedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Updates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchema::updateSharedTableSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php |
Updates the schema for a field stored in a shared table. |
| SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager |
property |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
The entity definition update manager. |
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdate |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that column-level schema changes are detected for fields with data. |
| SqlContentEntityStorageSchemaColumnTest::testColumnUpdateWithFlag |
function |
core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php |
Tests that schema changes are updated for fields with data with the flag. |
| SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
The entity definition update manager. |
| SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests on entity type update with new index. |
| SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests updating a shared table field definition. |
| SqlContentEntityStorageSchemaTest::testUpdateFieldStorageDefinitionThrowsException |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Test to ensure that updating field with data triggers expected exceptions. |
| SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Handles the case when an error occurs during the data copying step. |
| SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
|
| SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to do any cleanup necessary after data copying. |
| SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema |
function |
core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php |
Allows subscribers to prepare their schema before data copying. |
| sqlite.views.date_sql |
service |
core/modules/views/views.services.yml |
Drupal\views\Plugin\views\query\SqliteDateSql |
| SqliteDateSql |
class |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
SQLite-specific date handling. |
| SqliteDateSql.php |
file |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
|
| SqliteDateSql::$database |
property |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
The database connection. |
| SqliteDateSql::$replace |
property |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
An array of PHP-to-SQLite date replacement patterns. |
| SqliteDateSql::getDateField |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
|
| SqliteDateSql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
|
| SqliteDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
|
| SqliteDateSql::setTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
|
| SqliteDateSql::__construct |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Constructs the SQLite-specific date sql class. |
| SqliteDateSqlTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the MySQL-specific date query handler. |
| SqliteDateSqlTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
|
| SqliteDateSqlTest::$database |
property |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
The mocked database service. |
| SqliteDateSqlTest::providerTestGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Provider for date formatting test. |
| SqliteDateSqlTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
|
| SqliteDateSqlTest::testGetDateField |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests the getDateField method. |
| SqliteDateSqlTest::testGetDateFormat |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests date formatting replacement. |
| SqliteDateSqlTest::testSetFieldTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests timezone offset formatting. |