You are here

protected property VLMAppendCommand::$content in Views Load More 8

Same name and namespace in other branches
  1. 2.x 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 40
Contains \Drupal\views_load_more\Ajax\VLMAppendCommand.

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;