19 calls to node_type_get_types()

CommentFieldsTest::testCommentDefaultFields in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentFieldsTest.php
Tests that the default 'comment_body' field is correctly added.
CommentTestBase::setUp in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
comment_field_extra_fields in drupal/core/modules/comment/comment.module
Implements hook_field_extra_fields().
comment_modules_enabled in drupal/core/modules/comment/comment.install
Implements hook_modules_enabled().
comment_uninstall in drupal/core/modules/comment/comment.install
Implements hook_uninstall().
forum_enable in drupal/core/modules/forum/forum.install
Implements hook_enable().
hook_field_extra_fields in drupal/core/modules/field/field.api.php
Exposes "pseudo-field" components on fieldable entities.
hook_field_extra_fields_alter in drupal/core/modules/field/field.api.php
Alter "pseudo-field" components on fieldable entities.
Node::buildOptionsForm in drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument_validator/Node.php
Provide the default form for setting options.
NodeType::buildForm in drupal/core/modules/node/lib/Drupal/node/Plugin/Condition/NodeType.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
NodeType::validateForm in drupal/core/modules/node/lib/Drupal/node/Plugin/Condition/NodeType.php
Implements \Drupal\Core\Form\FormInterface::validateForm().
NodeTypeTest::testNodeTypeGetFunctions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Ensures that node type functions (node_type_get_*) work correctly.
NodeTypeTest::testNodeTypeStatus in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTypeTest.php
Tests that node_types_rebuild() correctly handles the 'disabled' flag.
node_add_page in drupal/core/modules/node/node.pages.inc
Page callback: Displays add content links for available content types.
node_block_access in drupal/core/modules/node/node.module
Implements hook_block_access().
node_field_extra_fields in drupal/core/modules/node/node.module
Implements hook_field_extra_fields().
node_overview_types in drupal/core/modules/node/content_types.inc
Page callback: Displays the content type admin overview page.
node_permissions_get_configured_types in drupal/core/modules/node/node.module
Returns an array of node types that should be managed by permissions.
_node_add_access in drupal/core/modules/node/node.module
Access callback: Checks whether the user has permission to add a node.