Neos\Fusion\TypoScriptObjects\AbstractCollectionImplementation::getCollection PHP Method

getCollection() public method

Render the array collection by triggering the itemRenderer for every element
public getCollection ( ) : array
return array
    public function getCollection()
    {
        return $this->tsValue('collection');
    }