Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php The data provider.
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php The data provider.
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::testNodeTypeFieldUiPermissions function core/modules/node/tests/src/Functional/NodeTypeTest.php Tests Field UI integration for content types.
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.
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 enable.
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.
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.
NodeUpdate7008::transform function core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Split the 'administer nodes' permission from 'access content overview'.
NodeUpdateTest class core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that node settings are properly updated during database updates.
NodeUpdateTest.php file core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php
NodeUpdateTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Set database dump files to be used.
NodeUpdateTest::testOwnerEntityKey function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity type has an 'owner' entity key.
NodeUpdateTest::testPublishedEntityKey function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity type has a 'published' entity key.
NodeUpdateTest::testStatusCheckbox function core/modules/node/tests/src/Functional/Update/NodeUpdateTest.php Tests that the node entity form has the status checkbox.
NodeValidationTest class core/modules/node/tests/src/Kernel/NodeValidationTest.php Tests node validation constraints.
NodeValidationTest.php file core/modules/node/tests/src/Kernel/NodeValidationTest.php
NodeValidationTest::$modules property core/modules/node/tests/src/Kernel/NodeValidationTest.php Modules to enable.
NodeValidationTest::setUp function core/modules/node/tests/src/Kernel/NodeValidationTest.php Set the default field storage backend for fields created during tests.
NodeValidationTest::testValidation function core/modules/node/tests/src/Kernel/NodeValidationTest.php Tests the node validation constraints.

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