role_expire_add_expiration_input |
./role_expire.module |
Add form elements to the given form that accept the role expiration times. |
3 |
|
role_expire_admin_settings |
./role_expire.admin.inc |
Configuration form. |
|
1 |
role_expire_admin_settings_submit |
./role_expire.admin.inc |
Submit function. |
|
|
role_expire_cron |
./role_expire.module |
Implements hook_cron(). |
|
|
role_expire_delete_default_duration |
./role_expire.module |
API function; Delete default duration(s) for a role. |
3 |
|
role_expire_delete_record |
./role_expire.module |
API function; Delete a record from the database. |
3 |
|
role_expire_delete_role_records |
./role_expire.module |
API function; Delete all records for role. |
1 |
|
role_expire_delete_user_records |
./role_expire.module |
API function; Delete all user expirations. |
2 |
|
role_expire_feeds_processor_targets_alter |
./role_expire.module |
Implementation of hook_feeds_node_processor_targets_alter(). |
|
|
role_expire_form_context_admin_user_create_menu_render_form_alter |
./role_expire.module |
Implements hook_form_FORM-ID_alter(). |
|
|
role_expire_form_user_admin_role_alter |
./role_expire.module |
Implements hook_form_FORM-ID_alter(). |
|
|
role_expire_form_user_profile_form_alter |
./role_expire.module |
Implements hook_form_FORM-ID_alter(). |
|
|
role_expire_form_user_register_form_alter |
./role_expire.module |
Implements 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 the default duration for a role. |
3 |
|
role_expire_get_expired |
./role_expire.module |
API function; Get all records that should be expired. |
1 |
|
role_expire_get_roles_after_expiration |
./role_expire.module |
API function; Get roles to assign on expiration (global configuration). |
1 |
|
role_expire_get_user_role_expiry_time |
./role_expire.module |
API function; Get expiration time of a user role. |
4 |
|
role_expire_install |
./role_expire.install |
Implementation of hook_install(). |
|
|
role_expire_menu |
./role_expire.module |
Implements hook_menu(). |
|
|
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 |
Implements hook_migrate_init(). |
|
|
role_expire_permission |
./role_expire.module |
Implements hook_permission(). |
|
|
role_expire_process_default_role_duration_for_user |
./role_expire.module |
Sets the default role duration for the current user/role combination. |
3 |
|
role_expire_rules_action_extend_role_expire |
./role_expire.rules.inc |
Action: Extend expire time for role. Defaults to the current time. |
|
|
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_set_role_expire |
./role_expire.rules.inc |
Action: Add expire time to role. |
|
|
role_expire_rules_action_set_role_expire_to_longest |
./role_expire.rules.inc |
Action: Set expire time for role to longest attached to this user. Defaults
to the current time. |
|
|
role_expire_rules_event_info |
./role_expire.rules.inc |
Implementation of hook_rules_event_info(). |
|
|
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_set_target |
./role_expire.module |
Callback for mapping. Here is where the actual mapping happens. |
|
1 |
role_expire_uninstall |
./role_expire.install |
Implementation of hook_uninstall(). |
|
|
role_expire_update_7100 |
./role_expire.install |
Issue #2341269: delete orphaned records from 'role_expire' and 'role_expire_length' tables. |
|
|
role_expire_update_7101 |
./role_expire.install |
Update schema for default role_expire_length table. Convert integer days to text "# days". |
|
|
role_expire_user_admin_role_submit |
./role_expire.module |
Form submit handler invoked by role_expire_form_user_admin_role_alter.
Updates default duration in database. |
|
1 |
role_expire_user_admin_role_validate |
./role_expire.module |
Form validation handler invoked by role_expire_form_user_admin_role_alter.
Ensure that the specified duration is a valid, relative, positive strtotime-
compatible string. |
|
1 |
role_expire_user_cancel |
./role_expire.module |
Implements hook_user_cancel(). |
|
|
role_expire_user_delete |
./role_expire.module |
Implements hook_user_delete(). |
|
|
role_expire_user_insert |
./role_expire.module |
Implements hook_user_insert(). |
|
|
role_expire_user_load |
./role_expire.module |
Implements hook_user_load(). |
|
|
role_expire_user_role_delete |
./role_expire.module |
Implements hook_user_role_delete(). |
|
|
role_expire_user_update |
./role_expire.module |
Implements hook_user_update(). |
|
|
role_expire_user_view |
./role_expire.module |
Implements hook_user_view(). |
|
|
role_expire_views_api |
./role_expire.module |
Implements 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. |
6 |
|