You are here

constant LINGOTEK_CONFIG_CHUNK_SIZE in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.4 lingotek.define.inc \LINGOTEK_CONFIG_CHUNK_SIZE
  2. 7.5 lingotek.define.inc \LINGOTEK_CONFIG_CHUNK_SIZE

Defines the config documents' segment size in rows, config strings' maxlength, Localize magic number for taxonomies

6 uses of LINGOTEK_CONFIG_CHUNK_SIZE
LingotekConfigChunk::getAllSegments in lib/Drupal/lingotek/LingotekConfigChunk.php
Return all segments from the database that belong to a given chunk ID
LingotekConfigChunk::getIdBySegment in lib/Drupal/lingotek/LingotekConfigChunk.php
Return the chunk ID for a given segment from the locales source
LingotekConfigChunk::maxLid in lib/Drupal/lingotek/LingotekConfigChunk.php
Return lid upper limit for the given chunk ID
LingotekConfigChunk::minLid in lib/Drupal/lingotek/LingotekConfigChunk.php
Return lid lower limit for the given chunk ID
LingotekConfigChunk::__construct in lib/Drupal/lingotek/LingotekConfigChunk.php
Constructor.

... See full list

File

./lingotek.define.inc, line 71
Lingotek Translation module Constants.

Code

define('LINGOTEK_CONFIG_CHUNK_SIZE', 200);