Ich arbeite an einem Modul in Drupal 7. Ich habe eine hook_menu-Implementierung hinzugefügt: $items['admin/config/content/mymodule'] = [ 'title' => 'MyModule', 'description' => 'Configure MyModule settings.', 'page callback' => 'mymodule_get_form', 'page arguments' =>...