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
Tried and successfully applied DrAlbany's method with the form https://www.drupal.org/sandbox/grobot/2105379stickman hook. I also encountered the same situation. Thanks DrAlbany
Ubercart - Auto increment SKU
Since before migration you need to prepare the Drupal site - disabling and removing all modules, disabling themes, as part of the preparation you can clear the cache and logs, delete the search...
Trimming the size of my database for D2B_migrate not to error out (Request Entity Too Large / 504 Gateway Time-out)
QuickTabs is now available!!! But does not work as expected, already reported (https://github.com/backdrop-contrib/quicktabs/issues/14). Maybe an alternative solution using Views...
Quick Tabs (or method to simulate)