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

Breadcrumb

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

function UpdateManagerInterface::fetchDataBatch

Processes a step in batch for fetching available update data.

Before calling this method, call UpdateManagerInterface::refreshUpdateData() to clear existing update data and initiate re-fetching.

Parameters

array $context: Reference to an array used for Batch API storage.

See also

\Drupal\update\UpdateManagerInterface::refreshUpdateData()

File

core/modules/update/src/UpdateManagerInterface.php, line 94

Class

UpdateManagerInterface
Manages project update information.

Namespace

Drupal\update

Code

public function fetchDataBatch(&$context);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal