Would it be possible for entity module to provide a devel tab on all entities it works with?

Though as far as I can see, entity API doesn't know about the base path where entities are seen -- ie the equivalent of 'node/'.

Comments

alexweber’s picture

If I'm not mistaken this can be inferred from the Entity class' defaultUri() method, however since Entity API doesn't actually deal with displaying entities IMO this is a task better suited to modules that implement entities.

Bean and Subs do this themselves, for example.

zkday’s picture

Hi, I don't think module entity need provide this features. This is an feature in another module!

You can see more info at devel_entity module. ;)