You are here

constant POTX_API_CURRENT in Translation template extractor 8

Same name and namespace in other branches
  1. 6.3 potx.inc \POTX_API_CURRENT
  2. 7.3 potx.inc \POTX_API_CURRENT
  3. 7 potx.inc \POTX_API_CURRENT
  4. 7.2 potx.inc \POTX_API_CURRENT

The current Drupal major API version.

This should be the only difference between different branches of potx.inc.

2 uses of POTX_API_CURRENT
PotxCommands::potx in src/Commands/PotxCommands.php
Extract translatable strings from Drupal source code.
potx_drush_extract in ./potx.drush.inc
Drush command callback.

File

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

Code

define('POTX_API_CURRENT', 8);