Twig Components / Methods / related_by_type
related_by_type(bidirectional = true, limit = null, publishedOnly = true)
is a Twig filter to return a two-dimensional
array of related records, where the first key is the contenttype.
[
'entries' => [ related_entry_1, related_entry_2, ... ],
'pages' => [ related_page_1, related_page_2, ... ]
]
Parameter | Description |
---|---|
bidirectional | Performs bidirectional search. Default is true |
limit | Limits the number of related records that are returned. |
publishedOnly | Return only related records that are published. Default is true |
Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.