You are here

constant POTX_BUILD_SINGLE in Translation template extractor 8

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

Single file mode.

  • all files folded into one pot file.
7 uses of POTX_BUILD_SINGLE
PotxCommands::potx in src/Commands/PotxCommands.php
Extract translatable strings from Drupal source code.
PotxExtractTranslationForm::submitForm in src/Form/PotxExtractTranslationForm.php
Form submission handler.
PotxTest::buildOutput in tests/src/Kernel/PotxTest.php
Build the output from parsed files.
PotxTest::parseFile in tests/src/Kernel/PotxTest.php
Parse the given file with the given API version.
PotxTest::parsePhpContent in tests/src/Kernel/PotxTest.php
Parse the given file with the given API version.

... See full list

File

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

Code

define('POTX_BUILD_SINGLE', 2);