Add default view_builder handler for plan type, for consistency.

Both asset type and plan type use a "canonical" link.
This commit is contained in:
Michael Stenta 2023-11-27 11:44:31 -05:00
parent 808a6abb58
commit 8f2efe2724
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ use Drupal\Core\Entity\EntityStorageInterface;
* ),
* handlers = {
* "list_builder" = "Drupal\plan\PlanTypeListBuilder",
* "view_builder" = "Drupal\Core\Entity\EntityViewBuilder",
* "form" = {
* "add" = "Drupal\plan\Form\PlanTypeForm",
* "edit" = "Drupal\plan\Form\PlanTypeForm",