Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Ajax/InsertCommand.php \Drupal\Core\Ajax\InsertCommand::content
  2. 9 core/lib/Drupal/Core/Ajax/InsertCommand.php \Drupal\Core\Ajax\InsertCommand::content

The content for the matched element(s).

Either a render array or an HTML string.

Type: string|array

File

core/lib/Drupal/Core/Ajax/InsertCommand.php, line 38

Class

InsertCommand
Generic AJAX command for inserting content.

Namespace

Drupal\Core\Ajax

Code

protected $content;