16 calls to potx_status() in Translation template extractor 8
- 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.
- PotxTest::testDrupal8ShippedConfiguration in tests/
src/ Kernel/ PotxTest.php - Test parsing of Drupal 8 shipped configuration files.
- potx_drush_extract in ./
potx.drush.inc - Drush command callback.
- _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.
- _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_parse_yaml in ./
potx.inc - Helper function for parsing yaml files.
- _potx_parse_yaml_file in ./
potx.inc - Parse a YAML file for translatables. Drupal 8+.
- _potx_save_string in ./
potx.inc - Default $save_callback used by the potx system.
- _potx_skip_args in ./
potx.inc - Helper to move past t() and format_plural() arguments in search of context.