constant POTX_API_7 in Translation template extractor 8
Same name and namespace in other branches
- 5.2 potx.inc \POTX_API_7
- 5 potx.inc \POTX_API_7
- 6.3 potx.inc \POTX_API_7
- 6 potx.inc \POTX_API_7
- 6.2 potx.inc \POTX_API_7
- 7.3 potx.inc \POTX_API_7
- 7 potx.inc \POTX_API_7
- 7.2 potx.inc \POTX_API_7
Parse source files in Drupal 7.x format.
Changes since 6.x documented at http://drupal.org/node/224333
7 uses of POTX_API_7
- PotxTest::testDrupal7 in tests/
src/ Kernel/ PotxTest.php - Test parsing of Drupal 7 module.
- PotxTest::testDrupal7WithSyntaxError in tests/
src/ Kernel/ PotxTest.php - Test parsing of Drupal 7 module with a syntax error.
- potx_finish_processing in ./
potx.inc - Executes tasks that need to happen after all the files have been processed.
- _potx_explore_dir in ./
potx.inc - Collect a list of file names relevant for extraction, starting from $path.
- _potx_find_language_names in ./
potx.inc - Get languages names from Drupal's locale.inc.
File
- ./
potx.inc, line 114 - Extraction API used by the web and command line interface.
Code
define('POTX_API_7', 7);