public function GetUntransformedTextCommand::__construct

Constructs a GetUntransformedTextCommand object.

Parameters

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

Overrides BaseCommand::__construct

File

drupal/core/modules/editor/lib/Drupal/editor/Ajax/GetUntransformedTextCommand.php, line 25
Contains \Drupal\editor\Ajax\GetUntransformedTextCommand.

Class

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

Namespace

Drupal\editor\Ajax

Code

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