Get entries() in twig of related entity
Created 4 years ago by rusinowiczjakub

Hi, I have module where I have entry Teammates (table teammates) which has related entry Groups (teammates_groups). I'd like to get all records from table teammates_groups in twig with entries('teammates_groups') but it returns null (I'm sure that i have record in that table). Is it possible or not?