Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save suresh-kumara-gist/c2dd30c0905e45df00d9687949a8cac4 to your computer and use it in GitHub Desktop.
Save suresh-kumara-gist/c2dd30c0905e45df00d9687949a8cac4 to your computer and use it in GitHub Desktop.
drupal 8 entity form submit handler
$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