Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Buenas noches estoy usabdo commerce 2 y drupal8 y quisiera saber si existe algun metodo para enviar la factura del pedido del cliente por email igual que lo hace ubercart???
i am beginner at Drupal 9, I am using Durpal 9, how can i create module content type news , with fields title, body,image and rank. Rank is integer number, and bigger number in field rank put news first. I have to create module from scratch. Which function i need to use, what code, is there any example like this?
When creating a custom form, I learned that adding a service to a form via dependency injection should be done like the below using the constructor....