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 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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 Tests third party settings menu UI.
NodeTypeXmlAnonTest class core/modules/node/tests/src/Functional/Rest/NodeTypeXmlAnonTest.php Tests Node Type Xml Anon.
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 Tests Node Type Xml Basic Auth.
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 Tests Node Type Xml Cookie.
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'.
NodeUpdate7008::__construct function core/modules/node/src/Plugin/migrate/process/d6/NodeUpdate7008.php Constructs a \Drupal\Component\Plugin\PluginBase object.
NodeUserHooks class core/modules/node/src/Hook/NodeUserHooks.php Hook implementations for the node module.
NodeUserHooks.php file core/modules/node/src/Hook/NodeUserHooks.php
NodeUserHooks::userCancelBlockUnpublish function core/modules/node/src/Hook/NodeUserHooks.php Implements hook_user_cancel().
NodeUserHooks::userCancelReassign function core/modules/node/src/Hook/NodeUserHooks.php Implements hook_user_cancel().
NodeUserHooks::__construct function core/modules/node/src/Hook/NodeUserHooks.php NodeHooks constructor.
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 install.
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.
NodeViewBuilder::buildComponents function core/modules/node/src/NodeViewBuilder.php Builds the component fields and properties of a set of entities.
NodeViewBuilder::buildLinks function core/modules/node/src/NodeViewBuilder.php Build the default links (Read more) for a node.
NodeViewBuilder::getBuildDefaults function core/modules/node/src/NodeViewBuilder.php Provides entity-specific defaults to the build process.
NodeViewBuilder::renderLinks function core/modules/node/src/NodeViewBuilder.php Render API callback: Builds a node's links.
NodeViewBuilder::trustedCallbacks function core/modules/node/src/NodeViewBuilder.php Lists the trusted callbacks provided by the implementing class.
NodeViewBuilderTest class core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php Tests the node view builder.
NodeViewBuilderTest.php file core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php

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