You are here

protected property NodeType::$name in Drupal 8

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

The human-readable name of the node type.

@todo Rename to $label.

Type: string

File

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

Class

NodeType
Defines the Node type configuration entity.

Namespace

Drupal\node\Entity

Code

protected $name;