function TabledragWarningCommand::__construct
Same name in other branches
- 10 core/lib/Drupal/Core/Ajax/TabledragWarningCommand.php \Drupal\Core\Ajax\TabledragWarningCommand::__construct()
Constructs a TableDragWarningCommand object.
Parameters
string $id: The id of the changed row.
string $tabledrag_instance: The identifier of the tabledrag instance.
File
-
core/
lib/ Drupal/ Core/ Ajax/ TabledragWarningCommand.php, line 29
Class
- TabledragWarningCommand
- AJAX command for conveying changed tabledrag rows.
Namespace
Drupal\Core\AjaxCode
public function __construct(string $id, string $tabledrag_instance) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.