I’ve had success in the past working with Drupal 7. I’m more of a backend developer, and have not had to do too much with Drupal directly for several years. Now we’re on Drupal 9.
I’ve been following some tutorials to get my Drupal Module legs, but I keep getting lost. I need someone to turn to for some answers. I’m not looking to bug you constantly with questions, but I need some help either understanding a concept, or pointed in the right direction to grasp things.
My background is primarily PHP. For the last few years I have been creating most apps with Laravel. So the MVC concept is not lost on me.
Here are some of the things I need help with:
Create a module with multiple admin pages.
How to incorporate onto an admin page both a form and a list-type of table where each item can be select for:
Turning on or off
Editing
Deleting
I also want to manipulate the admin form so I can style it to my liking and where it makes more sense than just stacking form elements on top of each other.
If you are willing to help, it would be greatly appreciated. Normally, once I get going I can soar. A good push usually will take me far.
