public function NodeInterface::getTitle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::getTitle()
Gets the node title.
Return value
string Title of the node.
1 method overrides NodeInterface::getTitle()
- Node::getTitle in core/
modules/ node/ src/ Entity/ Node.php - Gets the node title.
File
- core/
modules/ node/ src/ NodeInterface.php, line 33 - Contains \Drupal\node\NodeInterface.
Class
- NodeInterface
- Provides an interface defining a node entity.
Namespace
Drupal\nodeCode
public function getTitle();