You are here

protected property InsertViewCommand::$content in Advanced Insert View 2.0.x

Same name and namespace in other branches
  1. 8 src/Ajax/InsertViewCommand.php \Drupal\insert_view_adv\Ajax\InsertViewCommand::content

The content for the matched element(s).

Either a render array or an HTML string.

Type: string|array

File

src/Ajax/InsertViewCommand.php, line 25

Class

InsertViewCommand
AJAX command for inserting an embedded item in an editor.

Namespace

Drupal\insert_view_adv\Ajax

Code

protected $content;