Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 1.05 KB

File metadata and controls

37 lines (17 loc) · 1.05 KB

Content Repository ViewHelper Reference

This reference was automatically generated from code on 2020-12-02

PaginateViewHelper

This ViewHelper renders a Pagination of nodes.

Implementation

Neos\ContentRepository\ViewHelpers\Widget\PaginateViewHelper

Arguments

  • widgetId (string, optional): Unique identifier of the widget instance
  • as (string): Variable name for the result set
  • parentNode (NeosContentRepositoryDomainModelNodeInterface, optional): The parent node of the child nodes to show (instead of specifying the specific node set)
  • nodes (array, optional): The specific collection of nodes to use for this paginator (instead of specifying the parentNode)
  • nodeTypeFilter (string, optional): A node type (or more complex filter) to filter for in the results
  • configuration (array, optional): Widget configuration