| 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. |
| StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp |
function |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
Tests a session rewrite-unmodified request with a valid session cookie. |
| StackSessionHandlerIntegrationTest::testRequestWriteInvokesValidateId |
function |
core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php |
Tests a session modify request with a valid session cookie. |
| StagedDBUpdateValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php |
Tests Staged DBUpdate Validator. |
| StagedDBUpdateValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php |
|
| StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate |
function |
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php |
Data provider for ::testStagedDatabaseUpdates(). |
| StagedDBUpdateValidatorTest::setUp |
function |
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php |
|
| StagedDBUpdateValidatorTest::testStagedDatabaseUpdate |
function |
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php |
Tests validation of staged database updates. |
| StagedDBUpdateValidatorTest::testUnclaimedStage |
function |
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php |
Tests that the validator disregards unclaimed stages. |
| 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 |
class |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
Sort handler for the newer of last comment / entity 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/field/StatisticsLastUpdated.php |
The node table. |
| StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php |
The node table. |
| StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/sort/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. |
| 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. |
| StorageComparerInterface::validateSiteUuid |
function |
core/lib/Drupal/Core/Config/StorageComparerInterface.php |
Validates that the system.site::uuid in the source and target match. |
| StorageComparerTest::testCreateChangelistUpdate |
function |
core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php |
Tests create changelist update. |
| StorageReplaceDataWrapperTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
Updates configuration data in the storage. |
| StringDatabaseStorage::dbStringUpdate |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Updates string object in the database. |
| StringDatabaseStorage::updateLocation |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Update locations for string. |
| StubRevisionableEntity::updateLoadedRevisionId |
function |
core/tests/Drupal/Tests/Core/Entity/StubRevisionableEntity.php |
Updates the loaded Revision ID with the revision ID. |
| StubTestTrait::validateStub |
function |
core/modules/migrate_drupal/src/Tests/StubTestTrait.php |
Perform validation on a stub entity. |
| Style::validateConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php |
Form validation handler. |
| StylePluginBase::validate |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Validate that the plugin is correct and can be saved. |
| StylePluginBase::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/style/StylePluginBase.php |
Validate the options form. |