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

Breadcrumb

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

function EquivalentUpdate::__construct

Constructs a EquivalentUpdate object.

Parameters

string $module: The module the update is for.

int $future_update: The equivalent future update.

int $ran_update: The update that already ran and registered the equivalent update.

string $future_version: The future version that has the expected update.

File

core/lib/Drupal/Core/Update/EquivalentUpdate.php, line 26

Class

EquivalentUpdate
Value object to hold information about an equivalent update.

Namespace

Drupal\Core\Update

Code

public function __construct(string $module, int $future_update, int $ran_update, string $future_version) {
}

API Navigation

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