constant POTX_BUILD_SINGLE in Translation template extractor 8
Same name and namespace in other branches
- 5.2 potx.inc \POTX_BUILD_SINGLE
- 5 potx.inc \POTX_BUILD_SINGLE
- 6.3 potx.inc \POTX_BUILD_SINGLE
- 6 potx.inc \POTX_BUILD_SINGLE
- 6.2 potx.inc \POTX_BUILD_SINGLE
- 7.3 potx.inc \POTX_BUILD_SINGLE
- 7 potx.inc \POTX_BUILD_SINGLE
- 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.
File
- ./
potx.inc, line 80 - Extraction API used by the web and command line interface.
Code
define('POTX_BUILD_SINGLE', 2);