comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_submit in modules/comment/comment.module
Prepare a comment for submission.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in modules/locale/locale.test
Test that comment language is properly set.
locale_field_entity_form_submit in modules/locale/locale.module
Handles field language on submit for the given entity type.
NodeTokenReplaceTestCase::testNodeTokenReplacement in modules/node/node.test
Creates a node, then tests the tokens generated from it.
node_admin_nodes in modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_search_execute in modules/node/node.module
Implements hook_search_execute().
node_tokens in modules/node/node.tokens.inc
Implements hook_tokens().
path_form_node_form_alter in modules/path/path.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
path_form_taxonomy_form_term_alter in modules/path/path.module
Implements hook_form_FORM_ID_alter() for taxonomy_form_term().
path_node_insert in modules/path/path.module
Implements hook_node_insert().
path_taxonomy_term_insert in modules/path/path.module
Implements hook_taxonomy_term_insert().
path_taxonomy_term_update in modules/path/path.module
Implements hook_taxonomy_term_update().
taxonomy_form_term in modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
TranslationTestCase::assertLanguageSwitchLinks in modules/translation/translation.test
Tests whether the specified language switch links are found.
translation_language_switch_links_alter in modules/translation/translation.module
Implements hook_language_switch_links_alter().
translation_node_get_translations in modules/translation/translation.module
Gets all nodes in a given translation set.
translation_node_overview in modules/translation/translation.pages.inc
Page callback: Displays a list of a node's translations.
translation_node_update in modules/translation/translation.module
Implements hook_node_update().
translation_node_validate in modules/translation/translation.module
Implements hook_node_validate().
user_profile_form in modules/user/user.pages.inc
Form builder; edit a user account or one of their profile categories.
user_register_form in modules/user/user.module
Form builder; the user registration form.