Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Update.php

107 string references to 'Update'

AllowedPackages::event in composer/Plugin/Scaffold/AllowedPackages.php
Handles package events during a 'composer require' operation.
BaseDependencyCommand::doExecute in vendor/composer/composer/src/Composer/Command/BaseDependencyCommand.php
Execute the command.
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.
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.
CommentLazyBuilders::buildLinks in core/modules/comment/src/CommentLazyBuilders.php
Build the default links (reply, edit, delete …) for a 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.
ConfigImportSubscriber::onConfigImporterValidate in core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php
Validates the configuration to be imported.
ConfigImportSubscriber::onConfigImporterValidate in core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php
Checks that the configuration synchronization is valid.
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.
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.
ContentModerationHooks::entityAccess in core/modules/content_moderation/src/Hook/ContentModerationHooks.php
Implements hook_entity_access().
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.
ContentTranslationRouteSubscriber::alterRoutes in core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
Alters existing routes for a specific collection.
content_translation_translate_access in core/modules/content_translation/content_translation.module
Access callback for the translation overview page.
DateFormatAccessControlHandler::checkAccess in core/modules/system/src/DateFormatAccessControlHandler.php
Performs access checks.
DbQuerySniff::processFunctionCall in vendor/drupal/coder/coder_sniffer/DrupalPractice/Sniffs/FunctionCalls/DbQuerySniff.php
Processes this function call.
DbUpdateController::selection in core/modules/system/src/Controller/DbUpdateController.php
Renders a list of available database updates.
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.
EntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets this list's default operations.
EntityStorageBase::doPostSave in core/lib/Drupal/Core/Entity/EntityStorageBase.php
Performs post save entity processing.
FieldConfigListBuilder::getDefaultOperations in core/modules/field_ui/src/FieldConfigListBuilder.php
Gets this list's default operations.
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.
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.
FossilDownloader::doInstall in vendor/composer/composer/src/Composer/Downloader/FossilDownloader.php
@inheritDoc
Git::syncMirror in vendor/composer/composer/src/Composer/Util/Git.php
GitDownloader::cleanChanges in vendor/composer/composer/src/Composer/Downloader/GitDownloader.php
@inheritDoc
hook_cache_flush in core/core.api.php
Flush all persistent and static caches.
InitCommand::updateDependencies in vendor/composer/composer/src/Composer/Command/InitCommand.php
InstallationManager::downloadAndExecuteBatch in vendor/composer/composer/src/Composer/Installer/InstallationManager.php
@phpstan-param array<callable(): ?PromiseInterface<void|null>> $cleanupPromises
InstallationManager::executeBatch in vendor/composer/composer/src/Composer/Installer/InstallationManager.php
@phpstan-param array<callable(): ?PromiseInterface<void|null>> $cleanupPromises
LanguageAccessControlHandler::checkAccess in core/modules/language/src/LanguageAccessControlHandler.php
Performs access checks.
MediaAccessControlHandler::checkAccess in core/modules/media/src/MediaAccessControlHandler.php
Performs access checks.
MediaLibraryFieldWidgetOpener::checkAccess in core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php
Checks media library access.
MenuLinkContentAccessControlHandler::checkAccess in core/modules/menu_link_content/src/MenuLinkContentAccessControlHandler.php
Performs access checks.
NodeAccessGrantsCacheContext::getContext in core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php
Returns the string representation of the cache context.
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
NodeHooks1::nodeAccess in core/modules/node/src/Hook/NodeHooks1.php
Implements hook_ENTITY_TYPE_access().
NodePreviewAccessCheck::access in core/modules/node/src/Access/NodePreviewAccessCheck.php
Checks access to the node preview page.
OverridesSectionStorage::access in core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
Overrides \Drupal\Core\Access\AccessibleInterface::access().
PluginInstaller::prepare in vendor/composer/composer/src/Composer/Installer/PluginInstaller.php
@inheritDoc
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.
SaveAction::access in core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php
Checks object access.
SelfUpdateCommand::execute in vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php
SelfUpdateCommand::setLocalPhar in vendor/composer/composer/src/Composer/Command/SelfUpdateCommand.php
Checks if the downloaded/rollback phar is valid then moves it
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.
StageBase::require in core/modules/package_manager/src/StageBase.php
Adds or updates packages in the stage directory.
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.
SvnDownloader::cleanChanges in vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php
@inheritDoc
SyncHelper::downloadAndInstallPackageSync in vendor/composer/composer/src/Composer/Util/SyncHelper.php
Helps you download + install a single package in a synchronous way
SystemHooks::help in core/modules/system/src/Hook/SystemHooks.php
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.
TermAccessControlHandler::checkAccess in core/modules/taxonomy/src/TermAccessControlHandler.php
Performs access checks.
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
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.
UpdateCommand::execute in vendor/composer/composer/src/Composer/Command/UpdateCommand.php
Executes the current command.
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().
UpdateHooks::pageTop in core/modules/update/src/Hook/UpdateHooks.php
Implements hook_page_top().
UpdateManager::__construct in core/modules/update/src/UpdateManager.php
Constructs an UpdateManager.
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.
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.
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_requirements in core/modules/update/update.install
Implements hook_requirements().
update_settings.yml in core/modules/update/migrations/update_settings.yml
core/modules/update/migrations/update_settings.yml
UserAccessControlHandler::checkAccess in core/modules/user/src/UserAccessControlHandler.php
Performs access checks.
VcsDownloader::cleanup in vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php
@inheritDoc
VcsDownloader::prepare in vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php
@inheritDoc
WorkspaceAccessControlHandler::checkAccess in core/modules/workspaces/src/WorkspaceAccessControlHandler.php
Performs access checks.
_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.
RSS feed
Powered by Drupal