You are here

constant POTX_API_6 in Translation template extractor 8

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

Parse source files in Drupal 6.x format.

Changes since 5.x documented at http://drupal.org/node/114774

8 uses of POTX_API_6
PotxTest::testDrupal6 in tests/src/Kernel/PotxTest.php
Test parsing of Drupal 6 module.
PotxTest::testDrupalInfo in tests/src/Kernel/PotxTest.php
Test parsing of Drupal 6 info file. Drupal 5 and 7 have no other rules.
PotxTest::testDrupalJs in tests/src/Kernel/PotxTest.php
Test parsing of a Drupal JS file.
_potx_add_date_strings in ./potx.inc
Add date strings, which cannot be extracted otherwise.
_potx_add_default_region_names in ./potx.inc
Add default theme region names, which cannot be extracted otherwise.

... See full list

File

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

Code

define('POTX_API_6', 6);