11 calls to potx_status() in Translation template extractor 7.2
- PotxTestCase::buildOutput in tests/
potx.test - Build the output from parsed files.
- PotxTestCase::parseFile in tests/
potx.test - Parse the given file with the given API version.
- potx_coder_review in ./
potx.module - Callback implementation for coder review of one file.
- potx_drush_extract in ./
potx.drush.inc - Drush command callback.
- potx_select_component_form_submit in ./
potx.admin.inc - Generate translation template or translation file for the requested component.
- _potx_find_menu_hooks in ./
potx.inc - List of menu item titles. Only from Drupal 6.
- _potx_find_perm_hook in ./
potx.inc - Detect permission names from the hook_perm() implementations. Note that this will get confused with a similar pattern in a comment, and with dynamic permissions, which need to be accounted for.
- _potx_marker_error in ./
potx.inc - Output a marker error with an extract of where the error was found.
- _potx_parse_js_file in ./
potx.inc - Parse a JavaScript file for translatables. Only from Drupal 6.
- _potx_parse_twig_file in ./
potx.inc - Parse a Twig template for translatables. Drupal 8+.
- _potx_save_string in ./
potx.inc - Default $save_callback used by the potx system. Saves values to global arrays to reduce memory consumption problems when passing around big chunks of values.