1.5. 概念: データのタイプ
Last updated on
14 April 2025
サイトのデータや情報は、編集、翻訳、保存の仕方が異なる4つのタイプに分類されます。 以下は、それらの4つのデータタイプです:
- コンテンツ
- サイト訪問者に表示される情報(テキスト、画像など)。 このタイプの情報は比較的永続的ですが、通常は編集することができます。
- 設定
- コンテンツではない比較的永続的なサイトに関する情報で、サイトの動作や表示方法を定義するために使用されます。 サイト訪問者に表示されることもありますが、通常はコンテンツといえるほど大きな塊ではなく、 フィールドラベルやサイト名などの部分的なテキストとなる傾向があります。
- 状態
- cronジョブが最後に実行された時刻など、サイトの現在の状態に関する一時的な情報です。
- セッション
- 個々のサイト訪問者とサイトとの間のやり取りに関する情報です。 ユーザーがログインしているかどうかの情報やユーザーのクッキー情報などを含みます。 これは一時的な情報であるため、技術的には状態データタイプのサブタイプとなります。
帰属情報
Adapted by Jennifer Hodgdon from "Overview of Configuration (vs. other types of information)", copyright 2000-2017 by the individual contributors to the Drupal Community Documentation. 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-data.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