By editor, 6 December, 2015 Question How to create the module setting page link on Drupal 8 ? Module name : simple_analyse Step 1. Create A menu link Create a file if not existe yet simple_analyse.links.menu.yml Add the menu link like: simple_analyse.settings: title: Simple analyse Settings description: 'Simple analyse configurations' parent: system.admin_config_development route_name: simple_analyse.settings Step 2. Define this menu link as module configure page To the file : simple_analyse.info.yml Add: configure: simple_analyse.settings hidden: false Tags Drupal 8 Code Comments You must have JavaScript enabled to use this form. Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically.
Comments