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. |
StableUninstallUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
Ensures that update hook uninstalls Stable when it's no longer needed. |
StableUninstallUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
|
StableUninstallUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
Set database dump files to be used. |
StableUninstallUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
Ensures that Stable is disabled if it's no longer needed. |
StableUninstallUpdateTest::testUpdateStableNeeded |
function |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
Ensures that updates run without errors when Stable is still needed. |
StableUninstallUpdateTest::testUpdateStableNotInstalled |
function |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
Ensures that updates run without errors when Stable is not installed. |
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_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. |
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 |
@covers ::createChangelist |
StorageReplaceDataWrapperTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
|
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. |
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 |
|
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. |
StylesCombo::validateStylesValue |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php |
#element_validate handler for the "styles" element in settingsForm(). |
StyleSensibleElementConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
|