constant POTX_API_6 in Translation template extractor 7.3
Same name and namespace in other branches
- 8 potx.inc \POTX_API_6
- 5.2 potx.inc \POTX_API_6
- 5 potx.inc \POTX_API_6
- 6.3 potx.inc \POTX_API_6
- 6 potx.inc \POTX_API_6
- 6.2 potx.inc \POTX_API_6
- 7 potx.inc \POTX_API_6
- 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
- PotxTestCase::testDrupal6 in tests/
potx.test - Test parsing of Drupal 6 module.
- PotxTestCase::testDrupalInfo in tests/
potx.test - Test parsing of Drupal 6 info file. Drupal 5 and 7 have no other rules.
- PotxTestCase::testDrupalJS in tests/
potx.test - Test parsing of a Drupal JS file.
- _potx_add_date_strings in ./
potx.inc - Add date strings, which cannot be extracted otherwise. This is called for locale.module.
- _potx_add_default_region_names in ./
potx.inc - Add default theme region names, which cannot be extracted otherwise. These default names are defined in system.module
File
- ./
potx.inc, line 107 - Extraction API used by the web and command line interface.
Code
define('POTX_API_6', 6);