You are here

constant NODEWORDS_TYPE_USER in Nodewords: D6 Meta Tags 6

Same name and namespace in other branches
  1. 6.3 nodewords.module \NODEWORDS_TYPE_USER
  2. 6.2 nodewords.module \NODEWORDS_TYPE_USER
7 uses of NODEWORDS_TYPE_USER
hook_nodewords_type_id in ./nodewords.api.php
The hook is used from the module to determinate the type of the object associated with the currently viewed page (node, user, taxonomy term), and the ID of the object.
nodewords_preprocess_page in ./nodewords.module
Implements hook_preprocess_page().
nodewords_update_6160 in ./nodewords.install
Implements hook_update_N().
nodewords_user in ./nodewords.module
Implements hook_user().
nodewords_user_operations in ./nodewords.module
Implements hook_user_operations().

... See full list

File

./nodewords.module, line 32
Implement an API that other modules can use to implement meta tags.

Code

define('NODEWORDS_TYPE_USER', 8);