diff --git a/src/Entity/Menu.php b/src/Entity/Menu.php
index 0449b8d..e31fe83 100644
--- a/src/Entity/Menu.php
+++ b/src/Entity/Menu.php
@@ -67,4 +67,11 @@ class Menu extends ConfigEntityBase implements MenuInterface {
     return FALSE;
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function isEnabled() {
+    return $this->status;
+  }
+
 }
