function GetUntransformedTextCommand::__construct

Same name in this branch
  1. 9 core/modules/editor/src/Ajax/GetUntransformedTextCommand.php \Drupal\editor\Ajax\GetUntransformedTextCommand::__construct()
Same name in other branches
  1. 8.9.x core/modules/editor/src/Ajax/GetUntransformedTextCommand.php \Drupal\editor\Ajax\GetUntransformedTextCommand::__construct()

Constructs a GetUntransformedTextCommand object.

Parameters

string $data: The data to pass on to the client side.

Overrides BaseCommand::__construct

File

core/modules/quickedit/src/Ajax/GetUntransformedTextCommand.php, line 18

Class

GetUntransformedTextCommand
AJAX command to rerender formatted text field without transformation filters.

Namespace

Drupal\quickedit\Ajax

Code

public function __construct($data) {
    parent::__construct('editorGetUntransformedText', $data);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.