You are here

public static function ContentProfilePageEditProfile::getDefaultSubmitHandler in Content Profile 6

File

./content_profile.pageroute.inc, line 73

Class

ContentProfilePageEditProfile
ContentProfilePageEditProfile displays a form that allows users to edit content profiles.

Code

public static function getDefaultSubmitHandler($form) {
  return 'node_form_submit';
}