7 uses of POTX_API_7 in Translation template extractor 8
- PotxTest::testDrupal7 in tests/
src/ Kernel/ PotxTest.php - Test parsing of Drupal 7 module.
- PotxTest::testDrupal7WithSyntaxError in tests/
src/ Kernel/ PotxTest.php - Test parsing of Drupal 7 module with a syntax error.
- potx_finish_processing in ./
potx.inc - Executes tasks that need to happen after all the files have been processed.
- _potx_explore_dir in ./
potx.inc - Collect a list of file names relevant for extraction, starting from $path.
- _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.