CommentFieldsTest::testCommentDefaultFields in core/modules/comment/tests/comment.test
Tests that the default 'comment_body' field is correctly added.
comment_field_extra_fields in core/modules/comment/comment.module
Implements hook_field_extra_fields().
comment_forms in core/modules/comment/comment.module
Implements hook_forms().
comment_modules_enabled in core/modules/comment/comment.install
Implements hook_modules_enabled().
comment_uninstall in core/modules/comment/comment.install
Implements hook_uninstall().
comment_update_1001 in core/modules/comment/comment.install
Move comment content type settings into configuration files.
DashboardContentTypesBlock::form in core/modules/dashboard/includes/block.node_types.inc
Build the settings form for editing this block.
DashboardContentTypesBlock::getContent in core/modules/dashboard/includes/block.node_types.inc
Return the content of a block.
DashboardCreateBlock::getContent in core/modules/dashboard/includes/block.create.inc
Return the content of a block.
DashboardOverviewContentBlock::form in core/modules/dashboard/includes/block.overview_content.inc
Build the settings form for editing this block.
DashboardOverviewContentBlock::getContent in core/modules/dashboard/includes/block.overview_content.inc
Return the content of a block.
DashboardWelcomeBlock::getContent in core/modules/dashboard/includes/block.welcome.inc
Return the content of a block.
hook_admin_bar_map in core/modules/admin_bar/admin_bar.api.php
Provide expansion arguments for dynamic menu items.
hook_field_extra_fields_alter in core/modules/field/field.api.php
Alter "pseudo-field" components on fieldable entities.
hook_layout_load_by_router_item_alter in core/modules/layout/layout.api.php
Perform alterations to the list of layouts that match the path of a router item.
menu_update_1001 in core/modules/menu/menu.install
Move menu content type settings into configuration files.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeStatus in core/modules/node/tests/node.test
Tests that node types correctly handle the 'disabled' flag.
node_add in core/modules/node/node.pages.inc
Page callback: Provides the node submission form.
node_add_page in core/modules/node/node.pages.inc
Page callback: Displays add content links for available content types.
node_admin_bar_map in core/modules/admin_bar/admin_bar.map.inc
Implements hook_admin_bar_map() on behalf of Node module.
node_field_extra_fields in core/modules/node/node.module
Implements hook_field_extra_fields().
node_forms in core/modules/node/node.module
Implements hook_forms().
node_form_search_form_alter in core/modules/node/node.module
Implements hook_form_FORM_ID_alter().
node_hooks_example_install in modules/examples/node_hooks_example/node_hooks_example.install
Implements hook_install().
node_layout_load_by_router_item_alter in core/modules/node/node.module
Implements hook_layout_load_by_router_item_alter().
node_menu in core/modules/node/node.module
Implements hook_menu().
node_modules_disabled in core/modules/node/node.module
Implements hook_modules_disabled().
node_modules_enabled in core/modules/node/node.module
Implements hook_modules_enabled().
node_overview_types in core/modules/node/node.types.inc
Page callback: Displays the content type admin overview page.
node_path_info in core/modules/node/node.path.inc
Implements hook_path_info().
node_permissions_get_configured_types in core/modules/node/node.module
Returns an array of node types that should be managed by permissions.
views_handler_filter_node_hidden_path::query in core/modules/node/views/views_handler_filter_node_hidden_path.inc
Add this filter to the query.
views_handler_filter_node_type::get_value_options in core/modules/node/views/views_handler_filter_node_type.inc
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
views_plugin_argument_validate_node::options_form in core/modules/node/views/views_plugin_argument_validate_node.inc
Provide the default form for setting options.
_node_add_access in core/modules/node/node.module
Access callback: Checks whether the user has permission to add a node.
_node_search_query_alter in core/modules/node/node.module
Exclude nodes from the search query in the special situations.