You are here

protected property VLMAppendCommand::$content in Views Load More 2.x

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

The content to append.

Either a render array or an HTML string.

Type: string|array

File

src/Ajax/VLMAppendCommand.php, line 35

Class

VLMAppendCommand
Provides an AJAX command for appending new rows in a paged AJAX response to the rows on the page.

Namespace

Drupal\views_load_more\Ajax

Code

protected $content;