176 string references to 'Update'

AccessTest::testFileAccess in core/modules/file/tests/src/Kernel/AccessTest.php
Tests 'update' and 'delete' access to file entities.
AllowedPackages::event in composer/Plugin/Scaffold/AllowedPackages.php
Handles package events during a 'composer require' operation.
BlockContentAccessHandlerTest::providerTestAccess in core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
Data provider for testAccess().
BlockContentHooks::entityOperation in core/modules/block_content/src/Hook/BlockContentHooks.php
Implements hook_entity_operation().
BlockUser::access in core/modules/user/src/Plugin/Action/BlockUser.php
Checks object access.
BrowserTestBaseTest::testInstall in core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
Tests the Drupal install done in \Drupal\Tests\BrowserTestBase::setUp().
BulkFormAccessTest::testNodeEditAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormAccessTest::testUserEditAccess in core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
CommentAccessControlHandler::checkAccess in core/modules/comment/src/CommentAccessControlHandler.php
Performs access checks.
CommentAdminOverview::buildForm in core/modules/comment/src/Form/CommentAdminOverview.php
Form constructor for the comment overview administration form.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests comment approval functionality through admin/content/comment.
CommentAdminTest::testCommentedTranslationDeletion in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
CommentFieldAccessTest::testAccessToAdministrativeFields in core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
Tests permissions on comment fields.
CommentLazyBuilders::buildLinks in core/modules/comment/src/CommentLazyBuilders.php
Build the default links (reply, edit, delete …) for a comment.
CommentNonNodeTest::performCommentOperation in core/modules/comment/tests/src/Functional/CommentNonNodeTest.php
Performs the specified operation on the specified comment.
CommentTestBase::performCommentOperation in core/modules/comment/tests/src/Functional/CommentTestBase.php
Performs the specified operation on the specified comment.
ConfigImporter::checkOp in core/lib/Drupal/Core/Config/ConfigImporter.php
Checks that the operation is still valid.
ConfigImporter::getNextConfigurationOperation in core/lib/Drupal/Core/Config/ConfigImporter.php
Gets the next configuration operation to perform.
ConfigImporter::hasUnprocessedConfigurationChanges in core/lib/Drupal/Core/Config/ConfigImporter.php
Checks if there are any unprocessed configuration changes.
ConfigImporter::processConfigurations in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes configuration as a batch operation.
ConfigImporter::processExtension in core/lib/Drupal/Core/Config/ConfigImporter.php
Processes an extension change.
ConfigImporterTest::testSecondaryUpdateDeletedParentFirst in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
Tests that secondary updates for deleted files work as expected.
ConfigImportRecreateTest::testRecreateEntity in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
Tests re-creating a config entity with the same name but different UUID.
ConfigImportSubscriber::onConfigImporterValidate in core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
Checks that the configuration synchronization is valid.
ConfigImportSubscriber::onConfigImporterValidate in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates the configuration to be imported.
ConfigSync::buildForm in core/modules/config/src/Form/ConfigSync.php
Form constructor.
ConfigTestHooksHooks::configTestUpdate in core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php
Implements hook_ENTITY_TYPE_update().
ConfigureSectionForm::buildForm in core/modules/layout_builder/src/Form/ConfigureSectionForm.php
Form constructor.
ConnectionTest::providerGetDriverClass in core/tests/Drupal/Tests/Core/Database/ConnectionTest.php
Data provider for testGetDriverClass().
ContactFormAccessControlHandler::checkAccess in core/modules/contact/src/ContactFormAccessControlHandler.php
Performs access checks.
ContentEntityStorageBase::invokeHook in core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentModerationAccessTest::testAccessCacheability in core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
Tests access cacheability.
ContentModerationHooks::entityAccess in core/modules/content_moderation/src/Hook/ContentModerationHooks.php
Implements hook_entity_access().
ContentModerationStateAccessControlHandlerTest::testHandler in core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php
Tests handler.
ContentTranslationController::add in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds an add translation page.
ContentTranslationController::overview in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds the translations overview page.
ContentTranslationHandler::getTranslationAccess in core/modules/content_translation/src/ContentTranslationHandler.php
Checks that the user can perform the operation on the entity translation.
ContentTranslationHooks::languageFallbackCandidatesEntityViewAlter in core/modules/content_translation/src/Hook/ContentTranslationHooks.php
Implements hook_language_fallback_candidates_OPERATION_alter().
ContentTranslationManageAccessCheck::access in core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
Checks translation access for the entity and operation on the given route.
ContentTranslationPendingRevisionTestBase::getEditUrl in core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
Returns the edit URL for the specified entity.
ContentTranslationRouteSubscriber::alterRoutes in core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
Alters existing routes for a specific collection.
ContentTranslationTestBase::getEditUrl in core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php
Returns the edit URL for the specified entity.
content_translation_translate_access in core/modules/content_translation/content_translation.module
Access callback for the translation overview page.
CopyTest::testExistingReplace in core/modules/file/tests/src/Kernel/CopyTest.php
Tests replacement when copying over a file that already exists.
DateFormatAccessControlHandler::checkAccess in core/modules/system/src/DateFormatAccessControlHandler.php
Performs access checks.
DateFormatAccessControlHandlerTest::testAccess in core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
Tests access.
DateTimeTimeAgoFormatterTest::testSettings in core/modules/datetime/tests/src/Functional/DateTimeTimeAgoFormatterTest.php
Tests the formatter settings.
DbUpdateController::selection in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of available database updates.
DeleteTest::testInUse in core/modules/file/tests/src/Kernel/DeleteTest.php
Tries deleting a file that is in use.
DevReleaseTest::setUp in core/modules/update/tests/src/Kernel/DevReleaseTest.php
DriverSpecificSchemaTestBase::testReservedKeywordsForNaming in core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php
Tests handling with reserved keywords for naming tables, fields and more.
EntityAccessControlHandler::checkFieldAccess in core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
Default field access as determined by this access control handler.
EntityAutocompleteController::handleAutocomplete in core/modules/system/src/Controller/EntityAutocompleteController.php
Autocomplete the label of an entity.
EntityDisplayFormBase::buildFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single field.
EntityDisplayFormBase::buildFieldRow in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Builds the table row structure for a single field.
EntityDisplayFormBase::multistepSubmit in core/modules/field_ui/src/Form/EntityDisplayFormBase.php
Form submission handler for multistep buttons.
EntityFormDisplayAccessControlHandlerTest::assertAllowOperations in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
Assert method to verify the access by operations.
EntityFormDisplayAccessControlHandlerTest::testAccess in core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
Tests access.
EntityLinkSuggestionsTest::testStandardLink in core/modules/ckeditor5/tests/src/FunctionalJavascript/EntityLinkSuggestionsTest.php
Test the entity link suggestions.
EntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets this list's default operations.
EntityResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
Return the expected error message.
EntityStorageBase::doPostSave in core/lib/Drupal/Core/Entity/EntityStorageBase.php
Performs post save entity processing.
EntityTestAccessControlHandler::checkAccess in core/modules/system/tests/modules/entity_test/src/EntityTestAccessControlHandler.php
Performs access checks.
FieldConfigAccessControlHandlerTest::testAccess in core/modules/field/tests/src/Unit/FieldConfigAccessControlHandlerTest.php
Ensures field config access is working properly.
FieldConfigListBuilder::getDefaultOperations in core/modules/field_ui/src/FieldConfigListBuilder.php
Gets this list's default operations.
FieldStorageConfigAccessControlHandlerTest::assertAllowOperations in core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
Assert method to verify the access by operations.
FieldStorageConfigAccessControlHandlerTest::testAccess in core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
Ensures field storage config access is working properly.
FieldUpdateActionBase::access in core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
FieldValuesTest::testLayoutBuilderUiDoesNotShowStaleEntityFieldValues in core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php
Tests that changes to fields are visible in the Layout Builder UI.
FileAccessControlHandler::checkAccess in core/modules/file/src/FileAccessControlHandler.php
Performs access checks.
FileRepositoryTest::testExistingReplace in core/modules/file/tests/src/Kernel/FileRepositoryTest.php
Tests writeData() when replacing an existing file.
FileTestHooks::fileUpdate in core/modules/file/tests/file_test/src/Hook/FileTestHooks.php
Implements hook_ENTITY_TYPE_update() for file entities.
FileUpload::checkFileUploadAccess in core/modules/jsonapi/src/Controller/FileUpload.php
Checks if the current user has access to upload the file.
FilterFormatAccessControlHandler::checkAccess in core/modules/filter/src/FilterFormatAccessControlHandler.php
Performs access checks.
FixtureManipulator::addConfig in core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
Modifies the project root's composer.json properties.
FixtureManipulator::setUpRepos in core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
Sets up the path repos at absolute paths.
FixtureManipulator::updateLock in core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
HookCollectorPassTest::testHookIgnoreNonOop in core/tests/Drupal/KernelTests/Core/Hook/HookCollectorPassTest.php
Tests that legacy install/update hooks are ignored.
hook_cache_flush in core/core.api.php
Flush all persistent and static caches.
InlineBlockPrivateFilesTest::replaceFileInBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
Replaces the file in the block with another one.
InlineBlockTest::testAccess in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
Tests access to the block edit form of inline blocks.
InlineBlockTestBase::configureInlineBlock in core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
Configures an inline block in the Layout Builder.
InstallerSiteConfigProfileTest::testInstaller in core/tests/Drupal/FunctionalTests/Installer/InstallerSiteConfigProfileTest.php
Verify the correct site config was set.
InstallerTest::testInstalled in core/tests/Drupal/FunctionalTests/Installer/InstallerTest.php
Confirms that the installation succeeded.
LanguageAccessControlHandler::checkAccess in core/modules/language/src/LanguageAccessControlHandler.php
Performs access checks.
LayoutBuilderOptInTest::testDefaultValues in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php
Tests the expected default values for enabling Layout Builder.
LayoutBuilderOverridesTest::testOverrides in core/modules/layout_builder/tests/src/Functional/LayoutBuilderOverridesTest.php
Tests functionality of Layout Builder for overrides.
LayoutBuilderRevisionTest::testBlockRevisions in core/modules/layout_builder/tests/src/Functional/LayoutBuilderRevisionTest.php
Tests revisions are created with log message, and layout can be reverted.
LayoutBuilderRevisionTest::testInlineBlocksRevisioning in core/modules/layout_builder/tests/src/Functional/LayoutBuilderRevisionTest.php
Tests entity blocks revisioning.
LayoutBuilderTest::testConfigurableLayoutSections in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Tests configurable layouts.
LayoutBuilderTest::testContextAwareLayouts in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
Tests that layouts can be context-aware.
LayoutBuilderTest::testLayoutBuilderUi in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderTest.php
Tests the Layout Builder UI.
MediaAccessControlHandler::checkAccess in core/modules/media/src/MediaAccessControlHandler.php
Performs access checks.
MediaAccessControlHandlerTest::providerAccess in core/modules/media/tests/src/Kernel/MediaAccessControlHandlerTest.php
Data provider for testAccess().
MediaLibraryFieldWidgetOpener::checkAccess in core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php
Checks media library access.
MenuAccessControlHandlerTest::testAccess in core/modules/system/tests/src/Kernel/MenuAccessControlHandlerTest.php
Tests access.
MenuLinkAccessTestHooks::entityTestAccess in core/modules/menu_ui/tests/modules/menu_link_access_test/src/Hook/MenuLinkAccessTestHooks.php
Implements hook_ENTITY_TYPE_access().
MenuLinkContentAccessControlHandler::checkAccess in core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php
Performs access checks.
MessageEntityTest::testMessageMethods in core/modules/contact/tests/src/Kernel/MessageEntityTest.php
Tests some of the methods.
MoveTest::testExistingRename in core/modules/file/tests/src/Kernel/MoveTest.php
Tests renaming when moving onto a file that already exists.
MoveTest::testExistingReplace in core/modules/file/tests/src/Kernel/MoveTest.php
Tests replacement when moving onto a file that already exists.
MoveTest::testNormal in core/modules/file/tests/src/Kernel/MoveTest.php
Move a normal file.
NavigationBlockUiTest::testNavigationBlockAdminUiPage in core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
Tests navigation block admin page exists and functions correctly.
NodeAccessGrantsCacheContext::getContext in core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php
Returns the string representation of the cache context.
NodeAccessRecordsTest::testNodeAccessRecords in core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeEntityHooks::nodeAccess in core/modules/node/src/Hook/NodeEntityHooks.php
Implements hook_ENTITY_TYPE_access().
NodeForm::actions in core/modules/node/src/Form/NodeForm.php
Returns an array of supported actions for the current entity form.
NodeGrantDatabaseStorage::access in core/modules/node/src/NodeGrantDatabaseStorage.php
Determines access to nodes based on node grants.
NodePreviewAccessCheck::access in core/modules/node/src/Access/NodePreviewAccessCheck.php
Checks access to the node preview page.
NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess in core/modules/node/tests/src/Functional/NodeQueryAlterTest.php
Tests 'node_access' query alter, for edit access.
OptionsFieldTest::testUpdateAllowedValues in core/modules/options/tests/src/Kernel/OptionsFieldTest.php
Tests that allowed values can be updated.
OverridesSectionStorage::access in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
Overrides \Drupal\Core\Access\AccessibleInterface::access().
PackageManagerKernelTestBase::setUp in core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
ProjectSecurityData::getAdditionalSecurityCoveredMinors in core/modules/update/src/ProjectSecurityData.php
Gets the number of additional minor releases with security coverage.
RelationshipRouteAccessCheck::access in core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php
Checks access to the relationship field on the given route.
ReservedWordTest::testGroupBy in core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php
Tests SELECT query with GROUP BY clauses on fields with reserved names.
ResourceTestBase::alterExpectedDocumentForRevision in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Alters the expected JSON:API document for revisions.
ResourceTestBase::entityFieldAccess in core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php
Checks access for the given field operation on the given entity.
SandboxManagerBase::require in core/modules/package_manager/src/SandboxManagerBase.php
Adds or updates packages in the sandbox directory.
SaveAction::access in core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php
SaveEntity::access in core/modules/system/tests/modules/action_test/src/Plugin/Action/SaveEntity.php
Checks object access.
SaveTest::testFileSave in core/modules/file/tests/src/Kernel/SaveTest.php
Tests the saving process of file entities.
SaveUploadFormTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadFormTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadFormTest.php
Tests extension handling.
SaveUploadTest::testExistingReplace in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests replacement when uploading over a file that already exists.
SaveUploadTest::testHandleExtension in core/modules/file/tests/src/Functional/SaveUploadTest.php
Tests extension handling.
SchemaTest::testPgsqlSequences in core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
Tests if the new sequences get the right ownership.
SchemaTest::testReservedKeywordsForNaming in core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
Tests handling with reserved keywords for naming tables, fields and more.
ShortcutSetAccessControlHandler::checkAccess in core/modules/shortcut/src/ShortcutSetAccessControlHandler.php
Performs access checks.
SiteConfigureForm::submitForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
StorageComparer::addChangelistUpdate in core/lib/Drupal/Core/Config/StorageComparer.php
Creates the update changelist.
StorageComparer::hasChanges in core/lib/Drupal/Core/Config/StorageComparer.php
StorageComparer::moveRenameToUpdate in core/lib/Drupal/Core/Config/StorageComparer.php
StorageComparerTest::testCreateChangelistCreate in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
Tests create changelist create.
StorageComparerTest::testCreateChangelistDelete in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
Tests create changelist delete.
StorageComparerTest::testCreateChangelistNoChange in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
Tests create changelist no change.
StorageComparerTest::testCreateChangelistUpdate in core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php
Tests create changelist update.
SystemHooks::help in core/modules/system/src/Hook/SystemHooks.php
Implements hook_help().
SystemRequirementsHooks::checkRequirements in core/modules/system/src/Hook/SystemRequirementsHooks.php
Check requirements for a given phase.
SystemRequirementsHooks::updateRequirements in core/modules/system/src/Hook/SystemRequirementsHooks.php
Implements hook_update_requirements().
TermAccessControlHandler::checkAccess in core/modules/taxonomy/src/TermAccessControlHandler.php
Performs access checks.
TermAccessTest::testTermAccess in core/modules/taxonomy/tests/src/Functional/TermAccessTest.php
Tests access control functionality for taxonomy terms.
TestingProfileInstallTest::testUpdateModuleInstall in core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php
Ensure the Update Status module is installed.
TestMultiWidthLayoutsTest::testWidthChange in core/modules/layout_builder/tests/src/FunctionalJavascript/TestMultiWidthLayoutsTest.php
Tests changing the columns widths of a multi-width section.
TimestampAgoFormatterTest::testSettings in core/tests/Drupal/FunctionalTests/Datetime/TimestampAgoFormatterTest.php
Tests the formatter settings.
UnblockUser::access in core/modules/user/src/Plugin/Action/UnblockUser.php
Checks object access.
update.migrate_drupal.yml in core/modules/update/migrations/state/update.migrate_drupal.yml
core/modules/update/migrations/state/update.migrate_drupal.yml
update.services.yml in core/modules/update/update.services.yml
core/modules/update/update.services.yml
UpdateBlockForm::submitLabel in core/modules/layout_builder/src/Form/UpdateBlockForm.php
Returns the label for the submit button.
UpdateCalculateProjectDataTest::setUp in core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php
UpdateContribTest::testUpdateHiddenBaseTheme in core/modules/update/tests/src/Functional/UpdateContribTest.php
Tests updates with a hidden base theme.
UpdateController::updateStatus in core/modules/update/src/Controller/UpdateController.php
Returns a page about the update status of projects.
UpdateHooks::cron in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_cron().
UpdateManager::__construct in core/modules/update/src/UpdateManager.php
Constructs an UpdateManager.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
UpdateProcessor::__construct in core/modules/update/src/UpdateProcessor.php
Constructs an UpdateProcessor.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/modules/update/tests/src/Kernel/UpdateReportTest.php
Tests the error message when failing to fetch data with dblog installed.
UpdateRequirements::runtime in core/modules/update/src/Hook/UpdateRequirements.php
Implements hook_runtime_requirements().
UpdateStorageTest::testUpdateStorage in core/modules/update/tests/src/Kernel/UpdateStorageTest.php
Tests the Update Status module storage is cleared correctly.
UpdateThemeHooks::preprocessUpdateFetchErrorMessage in core/modules/update/src/Hook/UpdateThemeHooks.php
Prepares variables for update fetch error message templates.
UpdateThemeHooks::preprocessUpdateReport in core/modules/update/src/Hook/UpdateThemeHooks.php
Prepares variables for project status report templates.
update_calculate_project_update_status in core/modules/update/update.compare.inc
Calculates the current update status of a specific project.
update_check_requirements in core/includes/update.inc
Checks update requirements and reports errors and (optionally) warnings.
update_get_available in core/modules/update/update.module
Tries to get update information and refreshes it when necessary.
update_settings.yml in core/modules/update/migrations/update_settings.yml
core/modules/update/migrations/update_settings.yml
UpsertTest::testUpsertNonExistingTable in core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
Upsert on a not existing table throws a DatabaseExceptionWrapper.
UpsertTest::testUpsertWithKeywords in core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
Confirms that we can upsert records with keywords successfully.
UserAccessControlHandler::checkAccess in core/modules/user/src/UserAccessControlHandler.php
Performs access checks.
UserAccessTestHooks::userAccess in core/modules/user/tests/modules/user_access_test/src/Hook/UserAccessTestHooks.php
Implements hook_ENTITY_TYPE_access() for entity type "user".
WorkflowAccessControlHandlerTest::checkAccessProvider in core/modules/workflows/tests/src/Kernel/WorkflowAccessControlHandlerTest.php
Data provider for ::testCheckAccess.
WorkspaceAccessTest::operationCases in core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php
Tests cases for testWorkspaceAccess().
WorkspaceProviderBase::checkAccess in core/modules/workspaces/src/Provider/WorkspaceProviderBase.php
Checks access for a given workspace.
_drupal_maintenance_theme in core/includes/theme.maintenance.inc
Sets up the theming system for maintenance page.
_update_cron_notify in core/modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.