1.2. 概念: モジュール
Last updated on
14 April 2025
モジュールは、サイトの特性を変更したり、機能を追加するPHP、JavaScript、CSSファイルの集合体です。 モジュールを「インストール」することによって機能を有効にし、「アンインストール」することによって無効にすることができます。 (ただし、アンインストールする前に関連するデータや設定を削除する必要があるかも知れません。) サイトのページ表示時に、インストールされたモジュールそれぞれの処理時間が必要になるため、 必要でないモジュールはアンインストールした方がよいでしょう。
最初にダウンロードされるコアモジュールは、以下のような機能を提供します:
- ユーザー管理(コアユーザーモジュール)
- 基本コンテンツ管理(コアノードモジュール)とフィールド管理 (コアフィールド、フィールドUIモジュール、フィールドタイプを生成するコアモジュール)
- ナビゲーションメニュー管理(コアメニューUIモジュール)
- コンテンツのリスト、グリッド、ブロック作成(コアViews、Views UIモジュール)
追加の「拡張モジュール」は Drupal.org Module Downloads からダウンロードできますし、自分自身の「カスタムモジュール」を作成することも可能です。
Drupal.org community documentation page "Module developer’s guide" (in English)
帰属情報
Written by Jennifer Hodgdon. Translated by Takashi Kabetani. Reviewed by Hayato Goto.
This page is generated from AsciiDoc source from the User Guide. To propose a change, edit the source and attach the file to a new issue in the User Guide project. PDF and e-book formats are available on the User Guide project page.
Source file: understanding-modules.asciidoc
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion