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