It is impossible to save changes to a custom content type that I have made. I have set the Preview before submitting to Required.
It is possible to make new content of this custom type, but every time I try to edit this content, the content is not saved. After pressing Preview and then the Back to editing and then Save, the article is not saved. The content is still editing mode.
When I go to Reports - Recent log messages, I find no relevant error messages.
I have been debating on switching to Drupal 8. I currently have developed many modules for my customers on Drupal 7 which dynamically build menus and pages based on database data.
My question is how can this be done in Drupal 8? Currently routes and links are added in the .yaml files.
I have converted the Shared Email module for Drupal 8. This is my first time working on a module that I would like to submit back to the community. Could someone help me with what I need to do to release the code to the community?
In my ti.module i have hook_form_alter and i included submit callback function but not working. validate callback function works well. how to work submit callback function??