Pull merge.
[yaffs-website] / web / core / modules / menu_link_content / src / Plugin / Menu / MenuLinkContent.php
index 98e8cdfcb03c6591fb8bccad6d812e63f3fca294..1888eb12110c01226e49e3af1d2c92379ef151b5 100644 (file)
@@ -198,7 +198,7 @@ class MenuLinkContent extends MenuLinkBase implements ContainerFactoryPluginInte
    *   The menu link ID.
    */
   protected function getUuid() {
-    $this->getDerivativeId();
+    return $this->getDerivativeId();
   }
 
   /**