You are here

constant POTX_API_7 in Translation template extractor 7.2

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

Parse source files in Drupal 7.x format.

Changes since 6.x documented at http://drupal.org/node/224333

5 uses of POTX_API_7
PotxTestCase::testDrupal7 in tests/potx.test
Test parsing of Drupal 7 module.
_potx_explore_dir in ./potx.inc
Collect a list of file names relevant for extraction, starting from the given path.
_potx_find_language_names in ./potx.inc
Get languages names from Drupal's locale.inc.
_potx_parse_shipped_configuration in ./potx.inc
Parse shipped configuration for translatables. Drupal 8+
_potx_process_file in ./potx.inc
Process a file and put extracted information to the given parameters.

File

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

Code

define('POTX_API_7', 7);