Search for nodeType

  1. Search 7.x for nodeType
  2. Search 9.5.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
NodeType class core/modules/node/src/Plugin/Condition/NodeType.php Provides a 'Node Type' condition.
NodeType.php file core/modules/node/src/Entity/NodeType.php
NodeType.php file core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
NodeType.php file core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
NodeType.php file core/modules/node/src/Plugin/Condition/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::$entityStorage property core/modules/node/src/Plugin/Condition/NodeType.php The entity storage.
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/d7/NodeType.php Node preview optional / required.
NodeType::$nodePreview property core/modules/node/src/Plugin/migrate/source/d6/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/d7/NodeType.php The teaser length
NodeType::$teaserLength property core/modules/node/src/Plugin/migrate/source/d6/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::buildConfigurationForm function core/modules/node/src/Plugin/Condition/NodeType.php Form constructor.
NodeType::create function core/modules/node/src/Plugin/Condition/NodeType.php Creates an instance of the plugin.
NodeType::defaultConfiguration function core/modules/node/src/Plugin/Condition/NodeType.php Gets default configuration for this plugin.
NodeType::displaySubmitted function core/modules/node/src/Entity/NodeType.php Gets whether 'Submitted by' information should be shown.
NodeType::evaluate function core/modules/node/src/Plugin/Condition/NodeType.php Evaluates the condition and returns TRUE or FALSE accordingly.
NodeType::fields function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Returns available fields on the source.
NodeType::fields function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Returns available fields on the source.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php Returns the fields containing comment settings for each node type.
NodeType::getCommentFields function core/modules/node/src/Plugin/migrate/source/d6/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/d7/NodeType.php Defines the source fields uniquely identifying a source row.
NodeType::getIds function core/modules/node/src/Plugin/migrate/source/d6/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::isNewRevision function core/modules/node/src/Entity/NodeType.php Gets whether a new revision should be created by default.
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/d7/NodeType.php Adds additional data to the row.
NodeType::prepareRow function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php Adds additional data to the row.
NodeType::query function core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
NodeType::query function core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
NodeType::setDisplaySubmitted function core/modules/node/src/Entity/NodeType.php Sets whether 'Submitted by' information should be shown.
NodeType::setNewRevision function core/modules/node/src/Entity/NodeType.php Sets whether a new revision should be created by default.
NodeType::setPreviewMode function core/modules/node/src/Entity/NodeType.php Sets the preview mode.
NodeType::shouldCreateNewRevision function core/modules/node/src/Entity/NodeType.php Gets whether a new revision should be created by default.
NodeType::submitConfigurationForm function core/modules/node/src/Plugin/Condition/NodeType.php Form submission handler.
NodeType::summary function core/modules/node/src/Plugin/Condition/NodeType.php Provides a human readable summary of the condition's configuration.
NodeType::__construct function core/modules/node/src/Plugin/Condition/NodeType.php Creates a new NodeType instance.

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