Loading core/modules/node/src/NodeInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,9 @@ public function getType(); /** * Gets the node title. * * @return string * Title of the node. * @return string|null * Title of the node, or NULL if the node doesn't yet have a title (for * example, if a new node is being previewed). */ public function getTitle(); Loading Loading
core/modules/node/src/NodeInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,9 @@ public function getType(); /** * Gets the node title. * * @return string * Title of the node. * @return string|null * Title of the node, or NULL if the node doesn't yet have a title (for * example, if a new node is being previewed). */ public function getTitle(); Loading