9 uses of POTX_API_5 in Translation template extractor 8
- PotxTest::testDrupal5 in tests/
src/ Kernel/ PotxTest.php - Test parsing of Drupal 5 module.
- _potx_add_date_strings in ./
potx.inc - Add date strings, which cannot be extracted otherwise.
- _potx_explore_dir in ./
potx.inc - Collect a list of file names relevant for extraction, starting from $path.
- _potx_find_format_plural_calls in ./
potx.inc - Detect all occurances of format_plural calls.
- _potx_find_info_file_strings in ./
potx.inc - Parse an .info file and add relevant strings to the list.
- _potx_find_language_names in ./
potx.inc - Get languages names from Drupal's locale.inc.
- _potx_parse_php_file in ./
potx.inc - Parse a PHP file for translatables.
- _potx_process_file in ./
potx.inc - Process a file and put extracted information to the given parameters.
- _potx_translation_export in ./
potx.inc - Export translations with a specific language.