function GetUntransformedTextCommand::__construct

Same name in other branches
  1. 9 core/modules/quickedit/src/Ajax/GetUntransformedTextCommand.php \Drupal\quickedit\Ajax\GetUntransformedTextCommand::__construct()
  2. 9 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/editor/src/Ajax/GetUntransformedTextCommand.php, line 19

Class

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

Namespace

Drupal\editor\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.