``` return 'entity.' . $entity_data->entity_type_id->value . '.admin_form'; ``` This is the route that https://www.drupal.org/project/entity_admin_handlers defines, but without that module, the entity will crash.
This is the route that https://www.drupal.org/project/entity_admin_handlers defines, but without that module, the entity will crash.