role_expire_add_expiration_input |
./role_expire.module |
Add form element that accepts the role expiration time. |
2 |
|
role_expire_cron |
./role_expire.module |
Implementation of hook_cron(). |
|
|
role_expire_delete_default_duration |
./role_expire.module |
API function; Delete a default duration for a role. |
2 |
|
role_expire_delete_record |
./role_expire.module |
API function; Delete a record from the database. |
3 |
|
role_expire_delete_user_records |
./role_expire.module |
API function; Delete all user expirations. |
1 |
|
role_expire_form_user_admin_role_alter |
./role_expire.module |
Implementation of hook_form_FORM-ID_alter(). |
|
|
role_expire_form_user_profile_form_alter |
./role_expire.module |
Implementation of hook_form_FORM-ID_alter(). |
|
|
role_expire_form_user_register_alter |
./role_expire.module |
Implementation of hook_form_FORM-ID_alter(). |
|
|
role_expire_get_all_user_records |
./role_expire.module |
API function; Get expiration of all roles of a user. |
1 |
|
role_expire_get_default_duration |
./role_expire.module |
API function; Get all the default duration for a role. |
2 |
|
role_expire_get_expired |
./role_expire.module |
API function; Get all records that should be expired. |
1 |
|
role_expire_get_user_role_expiry_time |
./role_expire.module |
API function; Get expiration time of a user role. |
2 |
|
role_expire_install |
./role_expire.install |
Implementation of hook_install(). |
|
|
role_expire_migrate_complete_role |
./role_expire.migrate.inc |
Implementation of hook_migrate_prepare_role(). |
|
|
role_expire_migrate_delete_role |
./role_expire.migrate.inc |
Implementation of hook_migrate_delete_role(). |
|
|
role_expire_migrate_fields_role |
./role_expire.migrate.inc |
@file
Role Expire module migration support |
|
|
role_expire_migrate_init |
./role_expire.module |
Implementation of hook_migrate_init(). |
|
|
role_expire_perm |
./role_expire.module |
Implementation of hook_perm(). |
|
|
role_expire_process_default_role_duration_for_user |
./role_expire.module |
|
1 |
|
role_expire_rules_action_info |
./role_expire.rules.inc |
Implementation of hook_rules_action_info(). |
|
|
role_expire_rules_action_remove_role_expire |
./role_expire.rules.inc |
Action: Remove expire time from role |
|
|
role_expire_rules_action_remove_role_expire_form |
./role_expire.rules.inc |
Action: Add expire time to role form configuration. |
|
|
role_expire_rules_action_set_role_expire |
./role_expire.rules.inc |
Action: Add expire time to role. |
|
|
role_expire_rules_action_set_role_expire_form |
./role_expire.rules.inc |
Action: Add expire time to role form configuration. |
|
|
role_expire_schema |
./role_expire.install |
Implementation of hook_schema(). |
|
|
role_expire_set_default_duration |
./role_expire.module |
API function; Set the default expiry duration for a role. |
2 |
|
role_expire_uninstall |
./role_expire.install |
Implementation of hook_uninstall(). |
|
|
role_expire_update_6100 |
./role_expire.install |
|
|
|
role_expire_update_6120 |
./role_expire.install |
|
|
|
role_expire_update_6121 |
./role_expire.install |
|
|
|
role_expire_update_6122 |
./role_expire.install |
Set up primary keys on the tables |
|
|
role_expire_update_6123 |
./role_expire.install |
Remove rogue roles from role_expire. |
|
|
role_expire_user |
./role_expire.module |
Implementation of hook_user(). |
|
|
role_expire_user_admin_role_submit |
./role_expire.module |
|
|
1 |
role_expire_user_admin_role_validate |
./role_expire.module |
|
|
1 |
role_expire_views_api |
./role_expire.module |
Implementation of hook_views_api(). |
|
|
role_expire_views_data |
./role_expire.views.inc |
Implementation of hook_views_data(). |
|
|
role_expire_write_record |
./role_expire.module |
API function; Insert or update a record in the database. |
3 |
|
_role_expire_get_rids |
./role_expire.rules.inc |
Helper function; Return a form element with the valid roles. |
2 |
|
_role_expire_get_role |
./role_expire.module |
Helper function; Get valid roles. |
3 |
|
_role_static_user_roles |
./role_expire.module |
Helper function; Store user roles for this page request. |
1 |
|