21 calls to _potx_format_quoted_string() in Translation template extractor 8
- PotxTest::assertMsgId in tests/
src/ Kernel/ PotxTest.php - Assert a msgid construct in the .po file.
- PotxTest::assertMsgIdContext in tests/
src/ Kernel/ PotxTest.php - Assert a msgid with context in the .po file.
- PotxTest::assertNoMsgId in tests/
src/ Kernel/ PotxTest.php - Assert the lack of a msgid construct in the .po file.
- PotxTest::assertNoMsgIdContext in tests/
src/ Kernel/ PotxTest.php - Assert the lack of a msgid with context in the .po file.
- PotxTest::assertNoPluralIdContext in tests/
src/ Kernel/ PotxTest.php - Assert the lack of msgid_plural with context in the .po file.
- PotxTest::assertPluralId in tests/
src/ Kernel/ PotxTest.php - Assert a msgid_plural construct in the .po file.
- PotxTest::assertPluralIdContext in tests/
src/ Kernel/ PotxTest.php - Assert a 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.
- _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.
- _potx_process_twig_t_filter in ./
potx.inc - Parses a single |t filter, and extracts the translatable string.