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
NodeRevisionByNodeTypeTest class core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php Tests D6 node revision source plugin.
NodeRevisionByNodeTypeTest.php file core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php
NodeRevisionByNodeTypeTest::$modules property core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php Modules to install.
NodeRevisionByNodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php Provides source data for ::testSource.
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.php file core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
NodeType.php file core/modules/node/src/Entity/NodeType.php
NodeType.php file core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
NodeType::$description property core/modules/node/src/Entity/NodeType.php A brief description of this node type.
NodeType::$display_submitted property core/modules/node/src/Entity/NodeType.php Display setting for author and date Submitted by post information.
NodeType::$help property core/modules/node/src/Entity/NodeType.php Help information shown to the user when creating a Node of this type.
NodeType::$name property core/modules/node/src/Entity/NodeType.php The human-readable name of the node type.
NodeType::$new_revision property core/modules/node/src/Entity/NodeType.php Default value of the 'Create new revision' checkbox of this node type.
NodeType::$nodePreview property core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Node preview optional / required.
NodeType::$nodePreview property core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Node preview optional / required.
NodeType::$preview_mode property core/modules/node/src/Entity/NodeType.php The preview mode.
NodeType::$teaserLength property core/modules/node/src/Plugin/migrate/source/d6/NodeType.php The teaser length.
NodeType::$teaserLength property core/modules/node/src/Plugin/migrate/source/d7/NodeType.php The teaser length.
NodeType::$themeSettings property core/modules/node/src/Plugin/migrate/source/d6/NodeType.php An array of theme settings.
NodeType::$type property core/modules/node/src/Entity/NodeType.php The machine name of this node type.
NodeType::displaySubmitted function core/modules/node/src/Entity/NodeType.php Gets whether 'Submitted by' information should be shown.
NodeType::fields function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Returns available fields on the source.
NodeType::fields function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Returns available fields on the source.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Returns the fields containing comment settings for each node type.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Returns the fields containing comment settings for each node type.
NodeType::getDescription function core/modules/node/src/Entity/NodeType.php Gets the description.
NodeType::getHelp function core/modules/node/src/Entity/NodeType.php Gets the help information.
NodeType::getIds function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Defines the source fields uniquely identifying a source row.
NodeType::getIds function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Defines the source fields uniquely identifying a source row.
NodeType::getPreviewMode function core/modules/node/src/Entity/NodeType.php Gets the preview mode.
NodeType::id function core/modules/node/src/Entity/NodeType.php Gets the identifier.
NodeType::initializeIterator function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Initializes the iterator with the source data.
NodeType::initializeIterator function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Initializes the iterator with the source data.
NodeType::isLocked function core/modules/node/src/Entity/NodeType.php Determines whether the node type is locked.
NodeType::postDelete function core/modules/node/src/Entity/NodeType.php Acts on deleted entities before the delete hook is invoked.
NodeType::postSave function core/modules/node/src/Entity/NodeType.php Acts on a saved entity before the insert or update hook is invoked.
NodeType::prepareRow function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Adds additional data to the row.
NodeType::prepareRow function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Adds additional data to the row.
NodeType::query function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Prepares query object to retrieve data from the source database.
NodeType::query function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Prepares query object to retrieve data from the source database.
NodeType::setDisplaySubmitted function core/modules/node/src/Entity/NodeType.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set whether to display submission information'), pluralize: FALSE)]
NodeType::setNewRevision function core/modules/node/src/Entity/NodeType.php #[ActionMethod(adminLabel: new TranslatableMarkup('Automatically create new revisions'), pluralize: FALSE)]
NodeType::setPreviewMode function core/modules/node/src/Entity/NodeType.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set preview mode'), pluralize: FALSE)]
NodeType::shouldCreateNewRevision function core/modules/node/src/Entity/NodeType.php Gets whether a new revision should be created by default.
NodeTypeAccessControlHandler class core/modules/node/src/NodeTypeAccessControlHandler.php Defines the access control handler for the node type entity type.
NodeTypeAccessControlHandler.php file core/modules/node/src/NodeTypeAccessControlHandler.php
NodeTypeAccessControlHandler::checkAccess function core/modules/node/src/NodeTypeAccessControlHandler.php Performs access checks.
NodeTypeDeleteConfirm class core/modules/node/src/Form/NodeTypeDeleteConfirm.php Provides a form for content type deletion.

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