| 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 |
::onEntityTypeUpdate. |
| SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests updating a shared table field definition. |
| 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 |
Returns a native database expression for a given field. |
| SqliteDateSql::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Creates a native database date formatting. |
| SqliteDateSql::setFieldTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Applies the given offset to the given field. |
| SqliteDateSql::setTimezoneOffset |
function |
core/modules/views/src/Plugin/views/query/SqliteDateSql.php |
Set the database to the given timezone. |
| 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. |
| SqliteDateSqlTest::testSetTimezoneOffset |
function |
core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php |
Tests setting the database offset. |
| State::invalidateCache |
function |
core/lib/Drupal/Core/State/State.php |
Invalidate the cache. |
| State::updateCache |
function |
core/lib/Drupal/Core/State/State.php |
Writes a value to the persistent cache immediately. |
| StatisticsLastUpdated |
class |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
Sort handler for the newer of last comment / entity updated. |
| StatisticsLastUpdated |
class |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php |
Field handler to display the newer of last comment / node updated. |
| StatisticsLastUpdated |
class |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php |
Filter handler for the newer of last comment / node updated. |
| StatisticsLastUpdated.php |
file |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
|
| StatisticsLastUpdated.php |
file |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php |
|
| StatisticsLastUpdated.php |
file |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php |
|
| StatisticsLastUpdated::$field_alias |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
The field alias. |
| StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
The node table. |
| StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php |
The node table. |
| StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php |
The node table. |
| StatisticsLastUpdated::query |
function |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
Called to add the sort to a query. |
| StatisticsLastUpdated::query |
function |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php |
Called to add the field to a query. |
| StatisticsLastUpdated::query |
function |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php |
Add this filter to the query. |
| statistics_update_10100 |
function |
core/modules/statistics/statistics.install |
Remove the year 2038 date limitation. |
| statistics_update_last_removed |
function |
core/modules/statistics/statistics.install |
Implements hook_update_last_removed(). |
| StickyNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/StickyNode.php |
Gets an array of values to be set. |
| StorableConfigBase::validateValue |
function |
core/lib/Drupal/Core/Config/StorableConfigBase.php |
Validate the values are allowed data types. |
| StorageComparer::addChangelistUpdate |
function |
core/lib/Drupal/Core/Config/StorageComparer.php |
Creates the update changelist. |
| StorageComparer::moveRenameToUpdate |
function |
core/lib/Drupal/Core/Config/StorageComparer.php |
Moves a rename operation to an update. |
| StorageComparer::validateSiteUuid |
function |
core/lib/Drupal/Core/Config/StorageComparer.php |
Validates that the system.site::uuid in the source and target match. |
| StorageComparerInterface::moveRenameToUpdate |
function |
core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Moves a rename operation to an update. |