Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NodeTypeTest::$defaultTheme property core/modules/node/tests/src/Functional/NodeTypeTest.php The theme to install as the default for testing.
NodeTypeTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php The theme to install as the default for testing.
NodeTypeTest::$entity property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php
NodeTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php The tested entity type.
NodeTypeTest::$modules property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Modules to install.
NodeTypeTest::$modules property core/modules/node/tests/src/Functional/NodeTypeTest.php Modules to install.
NodeTypeTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php Modules to install.
NodeTypeTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php Modules to install.
NodeTypeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php The name of the tested JSON:API resource type.
NodeTypeTest::createEntity function core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Creates the entity to be tested.
NodeTypeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Returns the expected JSON:API document for the entity.
NodeTypeTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php Return the expected error message.
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
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php
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.

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