constant TPT_PAGER_LIMIT in GlobalLink Connect for Drupal 7.7
Same name and namespace in other branches
- 7.5 globallink.module \TPT_PAGER_LIMIT
- 7.6 globallink.module \TPT_PAGER_LIMIT
27 uses of TPT_PAGER_LIMIT
- globallink_all_active_form in ./
globallink_workbench_all_active_submissions.inc - Builds form to show all active entity submissions.
- globallink_all_active_pager_form in ./
globallink_workbench_all_active_submissions.inc - Builds form to add pagination to entity send dashboard.
- globallink_beans_dashboard_form in globallink_beans/
globallink_beans_send.inc - Builds form to create a beans submission.
- globallink_beans_dashboard_pager_form in globallink_beans/
globallink_beans_send.inc - Builds form to add pagination to beans send dashboard.
- globallink_block_dashboard_form in globallink_block/
globallink_block_send.inc - Builds form to create a block submission.
File
- ./
globallink.module, line 16 - GlobalLink translation module.
Code
define('TPT_PAGER_LIMIT', variable_get('globallink_pager_limit', 10));