You are here

public function NodeInterface::setTitle in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/src/NodeInterface.php \Drupal\node\NodeInterface::setTitle()

Sets the node title.

Parameters

string $title: The node title.

Return value

$this 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 71

Class

NodeInterface
Provides an interface defining a node entity.

Namespace

Drupal\node

Code

public function setTitle($title);