Verified Commit 4f69c82e authored by Jess's avatar Jess
Browse files

Issue #3384759 by DieterHolvoet, xjm: Return type of NodeInterface::getTitle() should be nullable

(cherry picked from commit 1325be71)
parent 67aaa20d
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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();