@@ -15,7 +15,7 @@ function menu_link_help($path, $arg) {
case'admin/help#menu_link':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Menu Link module allows users to create menu links. It is required by the Menu module, which provides an interface for managing menus. See the <a href="!menu-help">Menu module help page</a> for more information.',array('!menu-help'=>\Drupal::url('help.page',array('name'=>'menu')))).'</p>';
$output.='<p>'.t('The Menu Link module allows users to create menu links. It is required by the Menu module, which provides an interface for managing menus. See the <a href="!menu-help">Menu module help page</a> for more information.',array('!menu-help'=>\Drupal::url('help.page',array('name'=>'menu_ui')))).'</p>';
'#markup'=>t('The menu module allows on-the-fly creation of menu links in the content authoring forms. To configure these settings for a particular content type, visit the <a href="@content-types">Content types</a> page, click the <em>edit</em> link for the content type, and go to the <em>Menu settings</em> section.',array('@content-types'=>url('admin/structure/types'))),
);
$menu_options=menu_get_menus();
$menu_options=menu_ui_get_menus();
$main=$config->get('main_links');
$form['menu_main_links_source']=array(
...
...
@@ -61,7 +61,7 @@ public function buildForm(array $form, array &$form_state) {