I want to create a module that will find particular types of entities and add a small html code beneath when the entity gets displayed.
For example, Consider I want to display some information under Videos(entity). I want to write my own module that just adds that information under all videos. How do I do it?
I want to create a module that will find particular types of entities and
Share
You are looking for hook_entity_view().