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