Active
Project:
Entity API
Version:
7.x-1.x-dev
Component:
Code - misc
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 07:26 UTC
Updated:
5 May 2012 at 19:44 UTC
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
Comment #1
alexweber commentedIf 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.
Comment #2
zkday commentedHi, 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. ;)