public NodeInterface::getTitle()
Gets the node title.
Return value
string Title of the node.
File
- core/modules/node/src/NodeInterface.php, line 29
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\node
Code
public function getTitle();
Please login to continue.