Search for nodeType

  1. Search 7.x for nodeType
  2. Search 8.9.x for nodeType
  3. Search 10.3.x for nodeType
  4. Search 11.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.
NodeType class core/modules/node/src/Plugin/Condition/NodeType.php Provides a 'Node Type' condition.

All search results

Title Object type File name Summary
NodeTypeInitialLanguageTest::testLanguageFieldVisibility function core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests language field visibility features.
NodeTypeInitialLanguageTest::testNodeTypeInitialLanguageDefaults function core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests the node type initial language defaults, and modifies them.
NodeTypeInterface interface core/modules/node/src/NodeTypeInterface.php Provides an interface defining a node type entity.
NodeTypeInterface.php file core/modules/node/src/NodeTypeInterface.php
NodeTypeInterface::displaySubmitted function core/modules/node/src/NodeTypeInterface.php Gets whether 'Submitted by' information should be shown.
NodeTypeInterface::getDescription function core/modules/node/src/NodeTypeInterface.php Gets the description.
NodeTypeInterface::getHelp function core/modules/node/src/NodeTypeInterface.php Gets the help information.
NodeTypeInterface::getPreviewMode function core/modules/node/src/NodeTypeInterface.php Gets the preview mode.
NodeTypeInterface::isLocked function core/modules/node/src/NodeTypeInterface.php Determines whether the node type is locked.
NodeTypeInterface::setDisplaySubmitted function core/modules/node/src/NodeTypeInterface.php Sets whether 'Submitted by' information should be shown.
NodeTypeInterface::setNewRevision function core/modules/node/src/NodeTypeInterface.php Sets whether a new revision should be created by default.
NodeTypeInterface::setPreviewMode function core/modules/node/src/NodeTypeInterface.php Sets the preview mode.
NodeTypeJsonAnonTest class core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php @group rest
NodeTypeJsonAnonTest.php file core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php
NodeTypeJsonAnonTest::$defaultTheme property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php The theme to install as the default for testing.
NodeTypeJsonAnonTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php The format to use in this test.
NodeTypeJsonAnonTest::$mimeType property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonAnonTest.php The MIME type that corresponds to $format.
NodeTypeJsonBasicAuthTest class core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php @group rest
NodeTypeJsonBasicAuthTest.php file core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php
NodeTypeJsonBasicAuthTest::$auth property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php The authentication mechanism to use in this test.
NodeTypeJsonBasicAuthTest::$defaultTheme property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php The theme to install as the default for testing.
NodeTypeJsonBasicAuthTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php The format to use in this test.
NodeTypeJsonBasicAuthTest::$mimeType property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php The MIME type that corresponds to $format.
NodeTypeJsonBasicAuthTest::$modules property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonBasicAuthTest.php Modules to install.
NodeTypeJsonCookieTest class core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php @group rest
NodeTypeJsonCookieTest.php file core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php
NodeTypeJsonCookieTest::$auth property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php The authentication mechanism to use in this test.
NodeTypeJsonCookieTest::$defaultTheme property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php The theme to install as the default for testing.
NodeTypeJsonCookieTest::$format property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php The format to use in this test.
NodeTypeJsonCookieTest::$mimeType property core/modules/node/tests/src/Functional/Rest/NodeTypeJsonCookieTest.php The MIME type that corresponds to $format.
NodeTypeListBuilder class core/modules/node/src/NodeTypeListBuilder.php Defines a class to build a listing of node type entities.
NodeTypeListBuilder.php file core/modules/node/src/NodeTypeListBuilder.php
NodeTypeListBuilder::buildHeader function core/modules/node/src/NodeTypeListBuilder.php Builds the header row for the entity listing.
NodeTypeListBuilder::buildRow function core/modules/node/src/NodeTypeListBuilder.php Builds a row for an entity in the entity listing.
NodeTypeListBuilder::getDefaultOperations function core/modules/node/src/NodeTypeListBuilder.php Gets this list's default operations.
NodeTypeListBuilder::render function core/modules/node/src/NodeTypeListBuilder.php Builds the entity listing as renderable array for table.html.twig.
NodeTypeMapper class core/modules/node/src/ConfigTranslation/NodeTypeMapper.php Provides a configuration mapper for node types.
NodeTypeMapper.php file core/modules/node/src/ConfigTranslation/NodeTypeMapper.php
NodeTypeMapper::setEntity function core/modules/node/src/ConfigTranslation/NodeTypeMapper.php Sets the entity instance for this mapper.
NodeTypeResourceTestBase class core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php ResourceTestBase for NodeType entity.
NodeTypeResourceTestBase.php file core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php
NodeTypeResourceTestBase::$entity property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php The NodeType entity.
NodeTypeResourceTestBase::$entityTypeId property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php The tested entity type.
NodeTypeResourceTestBase::$modules property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Modules to install.
NodeTypeResourceTestBase::createEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Creates the entity to be tested.
NodeTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the expected normalization of the entity.
NodeTypeResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Return the expected error message.
NodeTypeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the normalized POST entity.
NodeTypeResourceTestBase::setUpAuthorization function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Sets up the necessary authorization.
NodeTypeTest class core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php JSON:API integration test for the "NodeType" config entity type.

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