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

Breadcrumb

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

function UpdateBuildIdCommand::__construct

Constructs an UpdateBuildIdCommand object.

Parameters

string $old: The old build_id.

string $new: The new build_id.

File

core/lib/Drupal/Core/Ajax/UpdateBuildIdCommand.php, line 46

Class

UpdateBuildIdCommand
Ajax command for updating the form build ID.

Namespace

Drupal\Core\Ajax

Code

public function __construct($old, $new) {
    $this->old = $old;
    $this->new = $new;
}
RSS feed
Powered by Drupal