hook_menu()
を実装する単純なモジュールを作成しました(追加されたパスはadmin/settings/mymodule "です)。
現在のすべてのモジュールをリストするadmin/modulesページには、私のモジュールの「構成」リンクがありません。 "admin/settings/mymodule"へのリンクがモジュールページに表示されるようにするにはどうすればよいですか?
モジュールの「.info」ファイル で、「設定」キーを使用して行われます。
name = Example module
description = Gives an example of a module.
core = 7.x
package = Views
dependencies[] = views
dependencies[] = panels
files[] = example.test
configure = admin/config/content/example