protected property InsertCommand::$content in Drupal 8
Same name and namespace in other branches
- 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\AjaxCode
protected $content;