19 calls to node_type_get_types()

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