企業のイントラネットなどで Drupal を利用する場合、決裁文書に対してシーケンシャルに一意の採番をするユースケースを考える。単に ID を振っていくだけなのだが、ID といっても企業ごとにその仕様は決まっているだろう。Drupal ではどうしたらいいのだろう?
企業のイントラネットなどで Drupal を利用する場合、決裁文書に対してシーケンシャルに一意の採番をするユースケースを考える。単に ID を振っていくだけなのだが、ID といっても企業ごとにその仕様は決まっているだろう。Drupal ではどうしたらいいのだろう?
# find /home/your_username/ | grep core\.[0-9]
# find /home/your_username/ | grep core\.[0-9]
Obviously there is a learning curve to overcome in order to understand a concept of a world of a Drupal's hook system, that is, a.k.a callbacks. The following is a summary of hooks both for a management system and a form system, which I organized.
Obviously there is a learning curve to overcome in order to understand a concept of a world of a Drupal's hook system, that is, a.k.a callbacks. The following is a summary of hooks both for a management system and a form system, which I organized.