3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

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

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",