I have created an entity with the ECK without a title field, but EckEntityListBuilder assumes there is an title. Is there an easy way I can supply my own list builder in it's place? I think I would just extend the class and change fields accordingly, but I can't seem to find anything that will let me change it.

Comments

rballou created an issue. See original summary.

legolasbo’s picture

mdjamiruddin’s picture

I actually want to customize the group listing page in Drupal 8 without changing the contributed Group module itself. Can anyone please let me know the way how we can do it through a custom module.

The group listing has been developed through EntityListBuilder and we are not getting any way to make it custom through a custom module.