You are here

public static function ContentProfilePageEditProfile::help in Content Profile 6

File

./content_profile.pageroute.inc, line 63

Class

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

Code

public static function help() {
  return t('A page of this type will present a content profile node editing form of a configurable content-profile-type. It will edit the node with the id taken from the first argument of the pageroute. Furthermore this type can be configured to show a node adding form if the content profile is not existing. So you can build a pageroute that manages the creation and editing of content profiles.');
}