Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / menu_link_content / src / MenuLinkContentInterface.php
index 5ce61f386759588c8f7a8a4e203e84ddecdae083..1d01522dca335e67627fc57a09aa6d7607995d1f 100644 (file)
@@ -4,11 +4,12 @@ namespace Drupal\menu_link_content;
 
 use Drupal\Core\Entity\EntityChangedInterface;
 use Drupal\Core\Entity\ContentEntityInterface;
+use Drupal\Core\Entity\EntityPublishedInterface;
 
 /**
  * Defines an interface for custom menu links.
  */
-interface MenuLinkContentInterface extends ContentEntityInterface, EntityChangedInterface {
+interface MenuLinkContentInterface extends ContentEntityInterface, EntityChangedInterface, EntityPublishedInterface {
 
   /**
    * Flags this instance as being wrapped in a menu link plugin instance.