Same name and namespace in other branches
  1. 8.9.x core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::getHelp()
  2. 9 core/modules/node/src/NodeTypeInterface.php \Drupal\node\NodeTypeInterface::getHelp()

Gets the help information.

Return value

string The help information of this node type.

1 method overrides NodeTypeInterface::getHelp()
NodeType::getHelp in core/modules/node/src/Entity/NodeType.php
Gets the help information.

File

core/modules/node/src/NodeTypeInterface.php, line 67

Class

NodeTypeInterface
Provides an interface defining a node type entity.

Namespace

Drupal\node

Code

public function getHelp();