You are here

constant TPT_PAGER_LIMIT in GlobalLink Connect for Drupal 7.6

Same name and namespace in other branches
  1. 7.7 globallink.module \TPT_PAGER_LIMIT
  2. 7.5 globallink.module \TPT_PAGER_LIMIT
54 uses of TPT_PAGER_LIMIT
globallink_beans_active_form in globallink_beans/globallink_beans_active_submissions.inc
Builds form to show all active beans submissions.
globallink_beans_active_pager_form in globallink_beans/globallink_beans_active_submissions.inc
Builds form to add pagination to beans 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_beans_receive_form in globallink_beans/globallink_beans_receive.inc
Builds form to receive a beans submission.

... See full list

File

./globallink.module, line 16
GlobalLink translation module.

Code

define('TPT_PAGER_LIMIT', variable_get('globallink_pager_limit', 10));