You are here

constant LINK_URL_MAX_LENGTH in Link 6.2

Same name and namespace in other branches
  1. 7 link.module \LINK_URL_MAX_LENGTH

Maximum URLs length.

2 uses of LINK_URL_MAX_LENGTH
link_field_settings in ./link.module
Implementation of hook_field_settings().
link_process in ./link.module
Process the link type element before displaying the field.

File

./link.module, line 39
Defines simple link field types.

Code

define('LINK_URL_MAX_LENGTH', 2048);