Created
September 8, 2017 10:44
-
-
Save suresh-kumara-gist/c2dd30c0905e45df00d9687949a8cac4 to your computer and use it in GitHub Desktop.
drupal 8 entity form submit handler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $form['actions']['submit']['#submit'][] = "attendanceSubmithandler"; | |
| or | |
| // Set redirect | |
| $form_state->setRedirect("attendance_management.feedback_message"); | |
| // attach library | |
| $form['#attached']['library'][] = 'attendance_management/fivestar_widget'; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment