You are here

19 calls to node_type_get_types() in Drupal 7

blog_install in modules/blog/blog.install
Implements hook_install().
CommentFieldsTest::testCommentDefaultFields in modules/comment/comment.test
Tests that the default 'comment_body' field is correctly added.
comment_field_extra_fields in modules/comment/comment.module
Implements hook_field_extra_fields().
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().
forum_enable in modules/forum/forum.install
Implements hook_enable().
hook_field_extra_fields_alter in modules/field/field.api.php
Alter "pseudo-field" components on fieldable entities.
locale_uninstall in modules/locale/locale.install
Implements hook_uninstall().
NodeTypeTestCase::testNodeTypeGetFunctions in modules/node/node.test
Ensures that node type functions (node_type_get_*) work correctly.
NodeTypeTestCase::testNodeTypeStatus in modules/node/node.test
Tests that node_types_rebuild() correctly handles the 'disabled' flag.
node_add in modules/node/node.pages.inc
Returns a node submission form.
node_block_list_alter in modules/node/node.module
Implements hook_block_list_alter().
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_menu in modules/node/node.module
Implements hook_menu().
node_overview_types in modules/node/content_types.inc
Displays the content type admin overview page.
node_permissions_get_configured_types in modules/node/node.module
Returns an array of node types that should be managed by permissions.
_node_add_access in modules/node/node.module
Access callback: Checks whether the user has permission to add a node.