node_make_non_premium_action |
./nopremium.module |
Implementation of a Drupal action.
Sets the premium property of a node to 0. |
|
|
node_make_premium_action |
./nopremium.module |
Implementation of a Drupal action.
Sets the premium property of a node to 1. |
|
|
nopremium_access_full_content |
./nopremium.module |
Determine whether the current user may access the full content of the
specified nopremium node. |
1 |
|
nopremium_action_info |
./nopremium.module |
Implementation of hook_action_info(). |
|
|
nopremium_alter_node |
./nopremium.module |
Alter a node replacing full body by nopremium body. |
1 |
|
nopremium_check_content_extra_field |
./nopremium.module |
Check whether the nopremium message should be managed as a content extra
field. |
3 |
|
nopremium_content_extra_fields |
./nopremium.module |
Implementation of hook_content_extra_fields. |
|
|
nopremium_form_alter |
./nopremium.module |
Implementation of hook_form_alter(). |
|
|
nopremium_form_node_type_form_alter |
./nopremium.module |
Implementation of hook_form_FORM_ID_alter(). |
|
|
nopremium_get_message |
./nopremium.module |
Get the raw nopremium message for the given node type. |
2 |
|
nopremium_install |
./nopremium.install |
Implementation of hook_install(). |
|
|
nopremium_menu |
./nopremium.module |
Implementation of hook_menu(). |
|
|
nopremium_nodeapi |
./nopremium.module |
Implementation of hook_nodeapi(). |
|
|
nopremium_node_operations |
./nopremium.module |
Implementation of hook_node_operations(). |
|
|
nopremium_perm |
./nopremium.module |
Implementation of hook_perm(). |
|
|
nopremium_rules_condition_info |
./nopremium.rules.inc |
Implementation of hook_rules_condition_info() |
|
|
nopremium_schema_alter |
./nopremium.install |
Implementation of hook_schema_alter(). |
|
|
nopremium_settings_form |
./nopremium.admin.inc |
@file
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr>
http://www.absyx.fr |
|
1 |
nopremium_theme |
./nopremium.module |
Implementation of hook_theme(). |
|
|
nopremium_uninstall |
./nopremium.install |
Implementation of hook_uninstall(). |
|
|
nopremium_update_6001 |
./nopremium.install |
Implementation of hook_update_N(). |
|
|
nopremium_views_api |
./nopremium.module |
Implementation of hook_views_api(). |
|
|
nopremium_views_data |
./nopremium.views.inc |
Implementation of hook_views_data() |
|
|
rules_condition_content_is_premium |
./nopremium.rules.inc |
Condition: Check if the node is premium content. |
|
|
rules_condition_content_is_premium_label |
./nopremium.rules.inc |
Label callback for the condition. |
|
|
theme_nopremium_body |
./nopremium.module |
Theme nopremium body. |
|
|
theme_nopremium_message |
./nopremium.module |
Theme nopremium message. |
|
|