DevelController is quite a messy and contains a lot of methods, used for different functionalities. We should move each different functionality (when it make sense) in a dedicated controller.

The attached patch:
- moves entity type info method in a dedicated controller
- uniforms the output of the page (currently a raw dump) to the other devel functionalities (see screenshot)
- allow to open the entity type detail in a modal instead of open it in a new page (see screenshot)
- adds test coverage

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

willzyx created an issue. See original summary.

willzyx’s picture

Status: Active » Needs review
FileSize
11.71 KB
moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

LGTM

  • willzyx committed 6e4f4c6 on 8.x-1.x
    Issue #2896728 by willzyx: Move entity type info methods to a dedicated...
willzyx’s picture

Status: Reviewed & tested by the community » Fixed

Pushed and committed to 8.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.