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

Breadcrumb

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

function UpdateBuildIdCommand::render

Overrides CommandInterface::render

File

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

Class

UpdateBuildIdCommand
Ajax command for updating the form build ID.

Namespace

Drupal\Core\Ajax

Code

public function render() {
    return [
        'command' => 'update_build_id',
        'old' => $this->old,
        'new' => $this->new,
    ];
}
RSS feed
Powered by Drupal