You are here

constant SMART_PAGING_MAX_WORD_LIMIT in Smart Paging 7

Same name and namespace in other branches
  1. 7.2 smart_paging.module \SMART_PAGING_MAX_WORD_LIMIT
7 uses of SMART_PAGING_MAX_WORD_LIMIT
smart_paging_admin_settings in includes/smart_paging.admin.inc
Smart Paging administration settings.
smart_paging_entity_insert in ./smart_paging.module
Implements hook_entity_insert().
smart_paging_field_attach_view_alter in ./smart_paging.module
Implements hook_field_attach_view_alter().
smart_paging_field_extra_fields in ./smart_paging.module
Implements hook_field_extra_fields().
smart_paging_field_formatter_settings_form in ./smart_paging.module
Pseudo hook_field_formatter_settings_form().

... See full list

File

./smart_paging.module, line 17
Provides smart paging capability to Drupal contents.

Code

define('SMART_PAGING_MAX_WORD_LIMIT', 512);