You are here

protected property NodeType::$help in Drupal 9

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

Help information shown to the user when creating a Node of this type.

Type: string

File

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

Class

NodeType
Defines the Node type configuration entity.

Namespace

Drupal\node\Entity

Code

protected $help;