Search for nodeType

  1. Search 7.x for nodeType
  2. Search 9.5.x for nodeType
  3. Search 8.9.x for nodeType
  4. Search 10.3.x for nodeType
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
NodeType class core/modules/node/src/Entity/NodeType.php Defines the Node type configuration entity.
NodeType class core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Drupal 6 Node types source from database.
NodeType class core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Drupal 7 Node types source from database.

All search results

Title Object type File name Summary
NodeTypeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Returns the JSON:API POST document.
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php Provides source data for ::testSource.
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php Provides source data for ::testSource.
NodeTypeTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Sets up the necessary authorization.
NodeTypeTest::testNodeTypeCreation function core/modules/node/tests/src/Functional/NodeTypeTest.php Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion function core/modules/node/tests/src/Functional/NodeTypeTest.php Tests deleting a content type that still has content.
NodeTypeTest::testNodeTypeEditing function core/modules/node/tests/src/Functional/NodeTypeTest.php Tests editing a node type using the UI.
NodeTypeTest::testNodeTypeGetFunctions function core/modules/node/tests/src/Functional/NodeTypeTest.php Ensures that node type functions (node_type_get_*) work correctly.
NodeTypeTest::testNodeTypeNoContentType function core/modules/node/tests/src/Functional/NodeTypeTest.php Tests for when there are no content types defined.
NodeTypeTest::testNodeTypeOperations function core/modules/node/tests/src/Functional/NodeTypeTest.php Tests operations from Field UI and User modules for content types.
NodeTypeTranslationTest class core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Ensures that node types translation work correctly.
NodeTypeTranslationTest.php file core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
NodeTypeTranslationTest::$additionalLangcodes property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Languages to enable.
NodeTypeTranslationTest::$adminUser property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Administrator user for tests.
NodeTypeTranslationTest::$defaultLangcode property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php The default language code to use in this test.
NodeTypeTranslationTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php The theme to install as the default for testing.
NodeTypeTranslationTest::$modules property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Modules to install.
NodeTypeTranslationTest::installParameters function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Install Drupal in a language other than English for this test. This is not
needed to test the node type translation itself but acts as a regression
test.
NodeTypeTranslationTest::setUp function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php
NodeTypeTranslationTest::testNodeTypeTitleLabelTranslation function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Tests the node type title label translation.
NodeTypeTranslationTest::testNodeTypeTranslation function core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Tests the node type translation.
NodeTypeValidationTest class core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php Tests validation of node_type entities.
NodeTypeValidationTest.php file core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php
NodeTypeValidationTest::$modules property core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php Modules to install.
NodeTypeValidationTest::$propertiesWithOptionalValues property core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php The config entity properties whose values are optional (set to NULL).
NodeTypeValidationTest::setUp function core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php
NodeTypeValidationTest::testDescriptionAndHelpCannotBeEmpty function core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php Tests that description and help text can be NULL, but not empty strings.
NodeTypeValidationTest::testPreviewModeValidation function core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php Tests that a node type's preview mode is constrained to certain values.
NodeTypeValidationTest::testThirdPartySettingsMenuUi function core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php @testWith [true, {"third_party_settings.menu_ui": "'parent' is a required key."}][[api-linebreak]]
[false, {}][[api-linebreak]]
[[api-linebreak]]
NodeTypeXmlAnonTest class core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php @group rest
NodeTypeXmlAnonTest.php file core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php
NodeTypeXmlAnonTest::$defaultTheme property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php The theme to install as the default for testing.
NodeTypeXmlAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php The format to use in this test.
NodeTypeXmlAnonTest::$mimeType property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php The MIME type that corresponds to $format.
NodeTypeXmlBasicAuthTest class core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php @group rest
NodeTypeXmlBasicAuthTest.php file core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php
NodeTypeXmlBasicAuthTest::$auth property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php The authentication mechanism to use in this test.
NodeTypeXmlBasicAuthTest::$defaultTheme property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php The theme to install as the default for testing.
NodeTypeXmlBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php The format to use in this test.
NodeTypeXmlBasicAuthTest::$mimeType property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php The MIME type that corresponds to $format.
NodeTypeXmlBasicAuthTest::$modules property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlBasicAuthTest.php Modules to install.
NodeTypeXmlCookieTest class core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php @group rest
NodeTypeXmlCookieTest.php file core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php
NodeTypeXmlCookieTest::$auth property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php The authentication mechanism to use in this test.
NodeTypeXmlCookieTest::$defaultTheme property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php The theme to install as the default for testing.
NodeTypeXmlCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php The format to use in this test.
NodeTypeXmlCookieTest::$mimeType property core/modules/node/tests/src/Functional/Rest/NodeTypeXmlCookieTest.php The MIME type that corresponds to $format.
SearchAdvancedSearchFormTest::testNodeType function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Tests advanced search by node type.
TaggedWithTest::$nodeTypeWithoutTags property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Node type without an autocomplete tagging field.
TaggedWithTest::$nodeTypeWithTags property core/modules/views/tests/src/Functional/Wizard/TaggedWithTest.php Node type with an autocomplete tagging field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.