You are here

20 calls to _potx_format_quoted_string() in Translation template extractor 6.3

PotxTestCase::assertMsgID in tests/potx.test
Helper function to assert an msgid construct in the .po file.
PotxTestCase::assertMsgIDContext in tests/potx.test
Helper function to assert an msgid with context in the .po file.
PotxTestCase::assertNoMsgID in tests/potx.test
Helper function to assert a missing msgid construct in the .po file.
PotxTestCase::assertNoMsgIDContext in tests/potx.test
Helper function to assert an msgid with context in the .po file.
PotxTestCase::assertNoPluralIDContext in tests/potx.test
Helper function to assert lack of msgid_plural with context in the .po file.
PotxTestCase::assertPluralID in tests/potx.test
Helper function to assert an msgid_plural construct in the .po file.
PotxTestCase::assertPluralIDContext in tests/potx.test
Helper function to assert an msgid_plural with context in the .po file.
_potx_find_constraint_messages in ./potx.inc
Detect validation constraint messages. Drupal 8+
_potx_find_context in ./potx.inc
Helper to find the value for 'context' on t() and format_plural().
_potx_find_format_plural_calls in ./potx.inc
Detect all occurances of format_plural calls.
_potx_find_language_names in ./potx.inc
Get languages names from Drupal's locale.inc.
_potx_find_log_calls in ./potx.inc
Detect all occurances of log() calls.
_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_find_t_calls in ./potx.inc
Detect all occurances of t()-like calls.
_potx_find_t_calls_with_context in ./potx.inc
Detect all occurances of t()-like calls from Drupal 7 (with context).
_potx_find_watchdog_calls in ./potx.inc
Detect all occurances of watchdog() calls. Only in Drupal 6 and Drupal 7.
_potx_parse_js_string in ./potx.inc
Clean up string found in JavaScript source code. Only from Drupal 6.
_potx_parse_twig_file in ./potx.inc
Parse a Twig template for translatables. Drupal 8+.
_potx_process_twig_trans_tag in ./potx.inc
Parses a single {% trans %} tag, and extracts the translatable string.