You are here

protected property NodeType::$type in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/src/Entity/NodeType.php \Drupal\node\Entity\NodeType::type

The machine name of this node type.

@todo Rename to $id.

Type: string

File

core/modules/node/src/Entity/NodeType.php, line 63

Class

NodeType
Defines the Node type configuration entity.

Namespace

Drupal\node\Entity

Code

protected $type;