Let’s say I have created a new menu node under Structure -> Menu. The name of the menu is "Footer" and for this I created a new "Menu link" called "imprint" which has a link.
Structure->Menu->menu link->link
How do I get the value of this link?
I have already tried the following, but can’t get it from here:
$menuLink = Drupal::entityTypeManager()->getStorage('menu')->load(''Footer);