public NodeTypeInterface::getHelp()
Gets the help information.
Return value
string The help information of this node type.
File
- core/modules/node/src/NodeTypeInterface.php, line 74
Class
- NodeTypeInterface
- Provides an interface defining a node type entity.
Namespace
Drupal\node
Code
public function getHelp();
Please login to continue.