constant POTX_STATUS_SILENT in Translation template extractor 8
Same name and namespace in other branches
- 5.2 potx.inc \POTX_STATUS_SILENT
- 5 potx.inc \POTX_STATUS_SILENT
- 6.3 potx.inc \POTX_STATUS_SILENT
- 6 potx.inc \POTX_STATUS_SILENT
- 6.2 potx.inc \POTX_STATUS_SILENT
- 7.3 potx.inc \POTX_STATUS_SILENT
- 7 potx.inc \POTX_STATUS_SILENT
- 7.2 potx.inc \POTX_STATUS_SILENT
Silence status reports.
3 uses of POTX_STATUS_SILENT
- PotxCommands::potx in src/
Commands/ PotxCommands.php - Extract translatable strings from Drupal source code.
- potx_drush_extract in ./
potx.drush.inc - Drush command callback.
- potx_status in ./
potx.inc - Status notification function.
File
- ./
potx.inc, line 38 - Extraction API used by the web and command line interface.
Code
define('POTX_STATUS_SILENT', 0);