11 calls to node_type_load()

BareStandardUpgradePathTest::testBasicStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
comment_node_type_load in drupal/core/modules/comment/comment.module
Loads the comment bundle name corresponding a given content type.
FilledStandardUpgradePathTest::testFilledStandardUpgrade in drupal/core/modules/system/lib/Drupal/system/Tests/Upgrade/FilledStandardUpgradePathTest.php
Tests a successful point release update.
forum_form in drupal/core/modules/forum/forum.module
Implements hook_form().
hook_form in drupal/core/modules/node/node.api.php
Display a node editing form.
NodeTypeTest::testNodeTypeGetFunctions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Ensures that node type functions (node_type_get_*) work correctly.
node_content_form in drupal/core/modules/node/node.module
Implements hook_form().
node_help in drupal/core/modules/node/node.module
Implements hook_help().
node_type_delete in drupal/core/modules/node/node.module
Deletes a node type from the database.
poll_form in drupal/core/modules/poll/poll.module
Implements hook_form().
WebTestBase::drupalCreateContentType in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a custom content type based on default settings.