constant POTX_STATUS_STRUCTURED in Translation template extractor 7.3
Same name and namespace in other branches
- 8 potx.inc \POTX_STATUS_STRUCTURED
- 6.3 potx.inc \POTX_STATUS_STRUCTURED
- 6.2 potx.inc \POTX_STATUS_STRUCTURED
- 7 potx.inc \POTX_STATUS_STRUCTURED
- 7.2 potx.inc \POTX_STATUS_STRUCTURED
Structured array status logging.
Useful for coder review status reporting.
4 uses of POTX_STATUS_STRUCTURED
- PotxTestCase::buildOutput in tests/
potx.test - Build the output from parsed files.
- PotxTestCase::parseFile in tests/
potx.test - Parse the given file with the given API version.
- potx_coder_review in ./
potx.module - Callback implementation for coder review of one file.
- potx_status in ./
potx.inc - Status notification function.
File
- ./
potx.inc, line 60 - Extraction API used by the web and command line interface.
Code
define('POTX_STATUS_STRUCTURED', 3);