179 string references to 'Update'
- AccessTest::testOnlyOwnerCanDeleteUpdateFile in core/
modules/ file/ tests/ src/ Kernel/ AccessTest.php - Tests that only the file owner can delete or update a file.
- 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().
- 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::testSecondaryUpdateDeletedDeleterFirst 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 - 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.
- ConfigureSectionForm::buildForm in core/
modules/ layout_builder/ src/ Form/ ConfigureSectionForm.php - Form constructor.
- config_test_config_test_update in core/
modules/ config/ tests/ config_test/ config_test.hooks.inc - Implements hook_config_test_update().
- Connection::getDriverClass in core/
lib/ Drupal/ Core/ Database/ Connection.php - Gets the driver-specific override class if any for the specified class.
- Connection::update in core/
lib/ Drupal/ Core/ Database/ Connection.php - Prepares and returns an UPDATE query object.
- 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.
- ContentEntityForm::addRevisionableFormFields in core/
lib/ Drupal/ Core/ Entity/ ContentEntityForm.php - Add revision form fields if the entity enabled the UI.
- ContentEntityStorageBase::invokeHook in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Invokes a hook on behalf of the entity.
- ContentModerationAccessTest::testAccessCacheability in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationAccessTest.php - Tests access cacheability.
- ContentModerationStateAccessControlHandlerTest::testHandler in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationStateAccessControlHandlerTest.php - @covers ::checkAccess @covers ::checkCreateAccess
- 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.
- 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_moderation_entity_access in core/
modules/ content_moderation/ content_moderation.module - Implements hook_entity_access().
- content_translation_language_fallback_candidates_entity_view_alter in core/
modules/ content_translation/ content_translation.module - Implements hook_language_fallback_candidates_OPERATION_alter().
- 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 - @covers ::checkAccess @covers ::checkCreateAccess @dataProvider testAccessProvider
- 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.
- EditorMediaDialog::buildForm in core/
modules/ media/ src/ Form/ EditorMediaDialog.php - 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::multistepAjax in core/
modules/ field_ui/ src/ Form/ EntityDisplayFormBase.php - Ajax handler for multistep buttons.
- 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 - @covers ::access @covers ::checkAccess
- 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 - Checks object access.
- 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.
- file_test_file_update in core/
modules/ file/ tests/ file_test/ file_test.module - Implements hook_ENTITY_TYPE_update() for file entities.
- FilterFormatAccessControlHandler::checkAccess in core/
modules/ filter/ src/ FilterFormatAccessControlHandler.php - Performs access checks.
- 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.
- InlineBlockTestBase::configureInlineBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTestBase.php - Configures an inline block in the Layout Builder.
- 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.
- 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.
- LayoutBuilderTest::testOverrides in core/
modules/ layout_builder/ tests/ src/ Functional/ LayoutBuilderTest.php - Tests functionality of Layout Builder for overrides.
- 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 - @covers ::checkAccess @covers ::checkCreateAccess @dataProvider testAccessProvider
- 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.
- 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.
- NodeForm::actions in core/
modules/ node/ src/ 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.
- NodeRevisionPermissionsTest::testNodeRevisionAccessAnyType in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionPermissionsTest.php - Tests general revision access permissions.
- NodeRevisionPermissionsTest::testNodeRevisionAccessPerType in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionPermissionsTest.php - Tests revision access permissions for a specific content type.
- node_node_access in core/
modules/ node/ node.module - Implements hook_ENTITY_TYPE_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().
- OverviewTerms::buildForm in core/
modules/ taxonomy/ src/ Form/ OverviewTerms.php - Form constructor.
- 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::entityFieldAccess in core/
modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php - Checks access for the given field operation on the given entity.
- RowRenderCacheTest::doTestRenderedOutput in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ RowRenderCacheTest.php - Check whether the rendered output matches expectations.
- SaveAction::access in core/
lib/ Drupal/ Core/ Action/ Plugin/ Action/ SaveAction.php - Checks object access.
- 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 - 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.
- ShortcutSetAccessControlHandler::checkAccess in core/
modules/ shortcut/ src/ ShortcutSetAccessControlHandler.php - Performs access checks.
- SiteConfigureForm::submitForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteConfigureForm.php - Form submission handler.
- SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate in core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php - Reacts to the update of a field storage definition.
- StorageComparer::addChangelistUpdate in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Creates the update changelist.
- StorageComparer::hasChanges in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Checks if there are any operations with changes to process.
- StorageComparer::moveRenameToUpdate in core/
lib/ Drupal/ Core/ Config/ StorageComparer.php - Moves a rename operation to an update.
- StorageComparerTest::testCreateChangelistCreate in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- StorageComparerTest::testCreateChangelistDelete in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- StorageComparerTest::testCreateChangelistNoChange in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- StorageComparerTest::testCreateChangelistUpdate in core/
tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php - @covers ::createChangelist
- system_help in core/
modules/ system/ system.module - Implements hook_help().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- template_preprocess_update_fetch_error_message in core/
modules/ update/ update.report.inc - Prepares variables for update fetch error message templates.
- template_preprocess_update_report in core/
modules/ update/ update.report.inc - Prepares variables for project status report templates.
- TemporaryJsonapiFileFieldUploader::checkFileUploadAccess in core/
modules/ jsonapi/ src/ Controller/ TemporaryJsonapiFileFieldUploader.php - Checks if the current user has access to upload the file.
- 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 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.links.task.yml in core/
modules/ update/ update.links.task.yml - core/modules/update/update.links.task.yml
- update.migrate_drupal.yml in core/
modules/ update/ migrations/ state/ update.migrate_drupal.yml - core/modules/update/migrations/state/update.migrate_drupal.yml
- update.routing.yml in core/
modules/ update/ update.routing.yml - core/modules/update/update.routing.yml
- UpdateBlockForm::submitLabel in core/
modules/ layout_builder/ src/ Form/ UpdateBlockForm.php - Returns the label for the submit button.
- 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.
- UpdateFetcher::doRequest in core/
modules/ update/ src/ UpdateFetcher.php - Applies a GET request with a possible HTTP fallback.
- UpdateManager::__construct in core/
modules/ update/ src/ UpdateManager.php - Constructs an UpdateManager.
- UpdateManagerInstall::buildForm in core/
modules/ update/ src/ Form/ UpdateManagerInstall.php - Form constructor.
- UpdateManagerInstall::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerInstall.php - Form submission handler.
- UpdateManagerUpdate::buildForm in core/
modules/ update/ src/ Form/ UpdateManagerUpdate.php - Form constructor.
- UpdateManagerUpdate::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerUpdate.php - Form submission handler.
- 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.
- UpdateReady::buildForm in core/
modules/ update/ src/ Form/ UpdateReady.php - Form constructor.
- UpdateReady::submitForm in core/
modules/ update/ src/ Form/ UpdateReady.php - Form submission handler.
- UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - Tests the error message when failing to fetch data without dblog enabled.
- UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - Tests the error message when failing to fetch data with dblog enabled.
- UpdateReportTest::testTemplatePreprocessUpdateReport in core/
modules/ update/ tests/ src/ Kernel/ UpdateReportTest.php - @dataProvider providerTemplatePreprocessUpdateReport
- UpdateStorageTest::testUpdateStorage in core/
modules/ update/ tests/ src/ Kernel/ UpdateStorageTest.php - Tests the Update module storage is cleared correctly.
- 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_cron in core/
modules/ update/ update.module - Implements hook_cron().
- update_do_one in core/
includes/ update.inc - Implements callback_batch_operation().
- update_get_available in core/
modules/ update/ update.module - Tries to get update information and refreshes it when necessary.
- update_invoke_post_update in core/
includes/ update.inc - Executes a single hook_post_update_NAME().
- update_page_top in core/
modules/ update/ update.module - Implements hook_page_top().
- update_requirements in core/
modules/ update/ update.install - Implements hook_requirements().
- update_script_test_requirements in core/
modules/ system/ tests/ modules/ update_script_test/ update_script_test.install - Implements hook_requirements().
- 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.
- UserUpdateRoleDependenciesTest::testRolePermissions in core/
modules/ user/ tests/ src/ Functional/ Update/ UserUpdateRoleDependenciesTest.php - Tests that roles have dependencies and only existing permissions.
- user_access_test_user_access in core/
modules/ user/ tests/ modules/ user_access_test/ user_access_test.module - Implements hook_ENTITY_TYPE_access() for entity type "user".
- user_role_permissions in core/
modules/ user/ user.module - Determine the permissions for one or more roles.
- ViewsMultiValueFieldUpdateTest::testViewsPostUpdateFieldNamesForMultiValueFields in core/
modules/ views/ tests/ src/ Functional/ Update/ ViewsMultiValueFieldUpdateTest.php - Tests views_post_update_field_names_for_multivalue_fields().
- WorkflowAccessControlHandlerTest::checkAccessProvider in core/
modules/ workflows/ tests/ src/ Kernel/ WorkflowAccessControlHandlerTest.php - Data provider for ::testCheckAccess.
- WorkspaceAccessControlHandler::checkAccess in core/
modules/ workspaces/ src/ WorkspaceAccessControlHandler.php - Performs access checks.
- WorkspaceAccessTest::operationCases in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceAccessTest.php - Tests cases for testWorkspaceAccess().
- _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.
- _update_manager_check_backends in core/
modules/ update/ update.manager.inc - Checks for file transfer backends and prepares a form fragment about them.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.