I\'m trying to retrieve the URL and the Title values of a Link field in Drupal 8.
In my custom controller, I retrieve the nodes with:<
This one works for me in twig:
content.field_link_name.0['#title'] // title content.field_link_name.0['#url_title'] // url value
*you should use: "Separate link text and URL" widget in display