I’m attempting to create hyperlinks in my Drupal 8 module, following this tutorial. Up to now, I’ve a hyperlink as follows in my module.hyperlinks.menu.yml
file:
module.admin_settings: route_name: module.adminForm title: 'Module Configuration' description: 'Arrange module in your web site' mum or dad: system.admin_config_system
My query is, how do I discover all attainable values for Drupal Developer mum or dad
property? I appeared in Drupal Developer docs however could not discover one. Nonetheless, there’s a paragraph in Drupal Developer above tutorial which says:
Figuring out Drupal Developer mum or dad menu_link identify is usually a little tough at first. If you recognize Drupal Developer path of Drupal Developer mum or dad menu merchandise, you would wish to look for it in all obtainable *.routing.yml information (most textual content editors and IDEs ought to assist you to search all information in a challenge) and discover Drupal Developer route identify for that path. Then, you would wish to seek for Drupal Developer route identify in all obtainable *.hyperlinks.menu.yml information. Drupal Developer menu_link whose route_name matches is your hyperlink. Alternatively, if you recognize which module is defining Drupal Developer mum or dad menu hyperlink (or considered one of Drupal Developer mum or dad menu hyperlink’s kids), you possibly can go straight to that module and carry out your search.
However I’m not positive I perceive as I’m new to Drupal. Is there a simple method to discover Drupal Developer set of attainable mum or dad values?
Thanks.