Problem/Motivation

No form voice appear on form for drupal 9.3.14

Proposed resolution

function simple_menu_icons_form_menu_link_content_form_alter(&$form, FormStateInterface $form_state, $form_id) {

changes to

function simple_menu_icons_form_menu_link_content_menu_link_content_form_alter(&$form, FormStateInterface $form_state, $form_id) {

to works

Comments

antonio.bertolini created an issue. See original summary.

elber’s picture

Assigned: Unassigned » elber
elber’s picture

Assigned: elber » Unassigned
Status: Active » Postponed

Hi I need more information about this issue and as this module works. My suggest is open the another issue to create a readme file or improve the documentation. After that reopen this issue.

antonio.bertolini’s picture

In my test ambient, using
function simple_menu_icons_form_menu_link_content_menu_link_content_form_alter(&$form, FormStateInterface $form_state, $form_id) {

works fine...