エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Constant values | Drupal guide on Drupal.org
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Constant values | Drupal guide on Drupal.org
Sometimes you need a constant value. Perhaps it's for the concatenation plugin or simply some val... Sometimes you need a constant value. Perhaps it's for the concatenation plugin or simply some value that is always fixed. In this case, first you need to define a constant in the source and then use it as any other in your process. The following example sets the value of the id destination property to node_search: source: constants: id: node_search process: id: constants/id Note that the constants