You are here

constant POTX_API_5 in Translation template extractor 7.2

Same name and namespace in other branches
  1. 8 potx.inc \POTX_API_5
  2. 5.2 potx.inc \POTX_API_5
  3. 5 potx.inc \POTX_API_5
  4. 6.3 potx.inc \POTX_API_5
  5. 6 potx.inc \POTX_API_5
  6. 6.2 potx.inc \POTX_API_5
  7. 7.3 potx.inc \POTX_API_5
  8. 7 potx.inc \POTX_API_5

Parse source files in Drupal 5.x format.

9 uses of POTX_API_5
PotxTestCase::testDrupal5 in tests/potx.test
Test parsing of Drupal 5 module.
_potx_add_date_strings in ./potx.inc
Add date strings, which cannot be extracted otherwise. This is called for locale.module.
_potx_explore_dir in ./potx.inc
Collect a list of file names relevant for extraction, starting from the given path.
_potx_find_format_plural_calls in ./potx.inc
Detect all occurances of format_plural calls.
_potx_find_info_file_strings in ./potx.inc
Parse an .info file and add relevant strings to the list.

... See full list

File

./potx.inc, line 103
Extraction API used by the web and command line interface.

Code

define('POTX_API_5', 5);