RecordCollector
Read onlyYes
Executes a SQL query, and retrieves TCA-based records for Frontend rendering.
Table of Contents
Properties
Methods
- __construct() : mixed
- collect() : array<string|int, mixed>
Properties
$recordFactory
protected
RecordFactory
$recordFactory
Methods
__construct()
public
__construct(RecordFactory $recordFactory) : mixed
Parameters
- $recordFactory : RecordFactory
collect()
public
collect(string $table, array<string|int, mixed> $select, ContentSlideMode $slideMode, ContentObjectRenderer $contentObjectRenderer[, RecordIdentityMap|null $recordIdentityMap = null ]) : array<string|int, mixed>
Parameters
- $table : string
- $select : array<string|int, mixed>
- $slideMode : ContentSlideMode
- $contentObjectRenderer : ContentObjectRenderer
- $recordIdentityMap : RecordIdentityMap|null = null