Create a Node Within a Drupal 9 Controller
There are a few basic things a developer needs to do in a custom module.... node creation is top of my list.
This code is within a controller that is part of a custom module. I won't explain how to build the module but this code is within a file called ReportController.php.
The basic file code is: