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