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 |
|
StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php |
|
StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php |
|
StatisticsLastUpdated::$node_table |
property |
core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php |
|
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. |
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. |
StubConnection::update |
function |
core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php |
|
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. |
StyleSensibleElementConstraintValidator::validate |
function |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php |
|
SwitchShortcutSet::validateForm |
function |
core/modules/shortcut/src/Form/SwitchShortcutSet.php |
Form validation handler. |
syslog_update_last_removed |
function |
core/modules/syslog/syslog.install |
Implements hook_update_last_removed(). |
system.date.yml |
file |
core/modules/system/config/install/system.date.yml |
core/modules/system/config/install/system.date.yml |
system.post_update.php |
file |
core/modules/system/system.post_update.php |
Post update functions for System. |
SystemBrandingOffCanvasForm::validateConfigurationForm |
function |
core/modules/system/src/Form/SystemBrandingOffCanvasForm.php |
Form validation handler. |
SystemConfigSubscriber::onConfigImporterValidateNotEmpty |
function |
core/modules/system/src/SystemConfigSubscriber.php |
Checks that the configuration synchronization is valid. |
SystemConfigSubscriber::onConfigImporterValidateSiteUUID |
function |
core/modules/system/src/SystemConfigSubscriber.php |
Checks that the configuration synchronization is valid. |
SystemDateSettingsUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php |
Tests system.date:country.default and system.date:timezone.default values. |
SystemDateSettingsUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php |
|
SystemDateSettingsUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php |
The theme to install as the default for testing. |
SystemDateSettingsUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php |
Set database dump files to be used. |
SystemDateSettingsUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php |
Tests update of system.date:country.default & system.date:country.default. |
SystemMenuOffCanvasForm::validateConfigurationForm |
function |
core/modules/system/src/Form/SystemMenuOffCanvasForm.php |
Form validation handler. |
SystemTestController::getCurrentDate |
function |
core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php |
Returns the current date. |
SystemUpdate7000 |
class |
core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php |
Rename blog and forum permissions to be consistent with other content types. |
SystemUpdate7000.php |
file |
core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php |
|