BackdropWebTestCase::backdropCreateContentType in modules/simpletest/backdrop_web_test_case.php
Creates a custom content type based on default settings.
comment_config_create_validate in modules/comment/comment.module
Implements hook_config_create_validate()
comment_form in modules/comment/comment.module
Form constructor for the basic commenting form.
comment_get_display_ordinal in modules/comment/comment.module
Gets the display ordinal for a comment, starting from 0.
comment_get_display_page in modules/comment/comment.module
Returns the page number for a comment.
CommentHelperCase::postComment in modules/comment/tests/comment.test
Posts a comment.
CommentHelperCase::setCommentSettings in modules/comment/tests/comment.test
Sets a comment config for the post content type.
CommentInterfaceTest::setEnvironment in modules/comment/tests/comment.test
Re-configures the environment, module settings, and user permissions.
comment_menu_node_type_load in modules/comment/comment.module
Loads the comment bundle name corresponding a given content type.
comment_new_page_count in modules/comment/comment.module
Calculates the page number for the first new comment.
comment_node_page_additions in modules/comment/comment.module
Builds the comment-related elements for node detail pages.
comment_node_prepare in modules/comment/comment.module
Implements hook_node_prepare().
comment_node_update_index in modules/comment/comment.module
Implements hook_node_update_index().
comment_node_view in modules/comment/comment.module
Implements hook_node_view().
comment_preprocess_node in modules/comment/comment.module
Prepares variables for comment.tpl.php
comment_view in modules/comment/comment.module
Generates an array for rendering a comment.
hook_form in modules/node/node.api.php
Display a node editing form.
MenuBreadcrumbTestCase::testBreadCrumbs in modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
node_config_create_validate in modules/node/node.module
Implements hook_config_create_validate().
node_content_form in modules/node/node.module
Implements hook_form().
NodeCreationTestCase::testUnpublishedNodeCreation in modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
node_form in modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_form_submit in modules/node/node.pages.inc
Form submission handler that saves the node for node_form().
node_list_permissions in modules/node/node.module
Helper function to generate standard node permission list for a given type.
node_object_prepare in modules/node/node.module
Prepares a node entity for editing.
node_page_view in modules/node/node.module
Page callback: Displays a single node.
node_preview_banner_form_node_submit in modules/node/node.pages.inc
Submit handler for the node preview banner form.
node_type_delete in modules/node/node.module
Deletes a node type from the database.
node_type_load in modules/node/node.module
Menu argument loader: Loads a node type by string.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
template_preprocess_comment in modules/comment/comment.theme.inc
Preprocesses variables for comment.tpl.php.
template_preprocess_node in modules/node/node.theme.inc
Processes variables for node.tpl.php.
theme_comment_post_forbidden in modules/comment/comment.theme.inc
Returns HTML for a "you can't post comments" notice.
translation_supported_type in modules/translation/translation.module
Returns whether the given content type has support for translations.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.
UserSignatureTestCase::testUserSignature in modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.