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

Breadcrumb

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

function DataCommand::render

Implements Drupal\Core\Ajax\CommandInterface:render().

Overrides CommandInterface::render

File

core/lib/Drupal/Core/Ajax/DataCommand.php, line 63

Class

DataCommand
An AJAX command for implementing jQuery's data() method.

Namespace

Drupal\Core\Ajax

Code

public function render() {
    return [
        'command' => 'data',
        'selector' => $this->selector,
        'name' => $this->name,
        'value' => $this->value,
    ];
}
RSS feed
Powered by Drupal