Drupal 7 向けモジュールの開発

Drupal 7 向けモジュールの開発には,Drupal 6 向けとは若干違ったプログラミング・マナーが必要そうです。

たとえば,.info ファイルには,従来の

  • ; $Id$
  • name
  • description
  • core

のほかに,

  • files[] = your_module_name.module

というパラメーターを与えてやる必要があります。この files パラメーターがないと,Drupal 7 上でモジュールを有効にできません。

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.