One feature provided by Entity API in Drupal 7 is the ability to generate admin pages and menu items for managing your custom entity, including a page under content that lists all of the entities and links to their edit forms.
This does seem like a useful feature that we should implement. However, providing this UI should probably be handled in its own separate module, either in contrib or as a submodule of Entity in core.
If we do include Entity UI functionality in core, perhaps we can look at what it would take to use it to generate the admin interface for all core entities.
Recent comments
The config>active directory has all the json files that were copied when Softaculous did the staging setup, so it isn't empty, and it does exist. I've had problems moving/copying config...
Softaculous Staging issue with Backdrop
Here's an idea on how to use a content type for reviews and associate each "Review" with its own "Target Page". 1. Create a “Review” content type that has a required field “Entity...
How to add a page that authenticated users can add reviews to?
Thanks @Enthusiast for your time and help with this. You've been most helpful. I'm still struggling to create the functionality I'm looking for. I suppose I want something like these forum...
How to add a page that authenticated users can add reviews to?