potx_drush_command |
./potx.drush.inc |
Implements hook_drush_command(). |
|
|
potx_drush_extract |
./potx.drush.inc |
Drush command callback. |
|
1 |
potx_drush_help |
./potx.drush.inc |
Implements hook_drush_help(). |
|
|
potx_finish_processing |
./potx.inc |
Executes tasks that need to happen after all the files have been processed. |
4 |
|
potx_help |
./potx.module |
Implements hook_help(). |
|
|
potx_local_init |
./potx.local.inc |
Initialize potx to run locally, e.g. by drush. |
4 |
|
potx_requirements |
./potx.install |
Implements hook_requirements(). |
|
|
potx_status |
./potx.inc |
Status notification function. |
16 |
|
potx_test_5_menu |
tests/potx_test_5.module |
Implementation of hook_menu() |
|
|
potx_test_5_page |
tests/potx_test_5.module |
|
|
1 |
potx_test_5_perm |
tests/potx_test_5.module |
|
|
|
potx_test_5_permission |
tests/potx_test_5.module |
|
|
|
potx_test_6_menu |
tests/potx_test_6.module |
Implementation of hook_menu() |
|
|
potx_test_6_menu_alter |
tests/potx_test_6.module |
Implementation of hook_menu_alter() |
|
|
potx_test_6_page |
tests/potx_test_6.module |
|
|
1 |
potx_test_6_perm |
tests/potx_test_6.module |
|
|
|
potx_test_6_permission |
tests/potx_test_6.module |
|
|
|
potx_test_7_menu |
tests/potx_test_7.module |
Implementation of hook_menu() |
|
|
potx_test_7_menu_alter |
tests/potx_test_7.module |
Implementation of hook_menu_alter() |
|
|
potx_test_7_page |
tests/potx_test_7.module |
|
|
1 |
potx_test_7_perm |
tests/potx_test_7.module |
|
|
|
potx_test_7_permission |
tests/potx_test_7.module |
|
|
|
_locale_export_remove_plural |
./potx.locale.inc |
Removes plural index information from a string. |
1 |
|
_locale_export_string |
./potx.locale.inc |
Print out a string on multiple lines. |
1 |
|
_locale_export_wrap |
./potx.locale.inc |
Custom word wrapping for Portable Object (Template) files. |
1 |
|
_potx_add_date_strings |
./potx.inc |
Add date strings, which cannot be extracted otherwise. |
1 |
|
_potx_add_default_region_names |
./potx.inc |
Add default theme region names, which cannot be extracted otherwise. |
1 |
|
_potx_add_format_interval_strings |
./potx.inc |
Add format_interval special strings, which cannot be extracted otherwise. |
1 |
|
_potx_build_files |
./potx.inc |
Creates complete file strings with _potx_store() |
6 |
|
_potx_build_reverse_lookup |
./potx.local.inc |
Build a lookup table for config schema's matching keys and their modules. |
1 |
|
_potx_config_replace_name |
./potx.inc |
Replaces variables in configuration name. |
1 |
|
_potx_element_has_schema |
./potx.inc |
Checks whether an element exists in the processed schema. |
2 |
|
_potx_explore_dir |
./potx.inc |
Collect a list of file names relevant for extraction, starting from $path. |
7 |
|
_potx_find_all_modules |
./potx.local.inc |
Find all available modules based on Drupal 8's directory structure. |
1 |
|
_potx_find_constraint_messages |
./potx.inc |
Detect validation constraint messages. Drupal 8+. |
1 |
|
_potx_find_context |
./potx.inc |
Helper to find the value for 'context' on t() and format_plural(). |
2 |
|
_potx_find_end_of_function |
./potx.inc |
Helper function to look up the token closing the current function. |
2 |
|
_potx_find_format_plural_calls |
./potx.inc |
Detect all occurances of format_plural calls. |
1 |
|
_potx_find_info_file_strings |
./potx.inc |
Parse an .info file and add relevant strings to the list. |
1 |
|
_potx_find_language_names |
./potx.inc |
Get languages names from Drupal's locale.inc. |
1 |
|
_potx_find_log_calls |
./potx.inc |
Detect all occurances of log() calls. |
1 |
|
_potx_find_matching_schema |
./potx.inc |
Find the schema element matching with a specific type. |
2 |
|
_potx_find_matching_schema_candidates |
./potx.inc |
Finds the possible schema keys that match with a config element name. |
1 |
|
_potx_find_menu_hooks |
./potx.inc |
List of menu item titles. Only from Drupal 6. |
1 |
|
_potx_find_modules |
./potx.local.inc |
Recursively find all modules in a given path, by looking for .info.yml files. |
1 |
|
_potx_find_perm_hook |
./potx.inc |
Detect permission names from the hook_perm() implementations. |
1 |
|
_potx_find_shipped_config_translatables |
./potx.inc |
Recursively check elements in shipped config with the processed schema. |
1 |
|
_potx_find_translation_annotations |
./potx.inc |
Detect all occurances of @Translation annotations in doc comments. |
1 |
|
_potx_find_twig_trans_context |
./potx.inc |
Look for a 'context' parameter in {% trans %} tags. |
1 |
|
_potx_find_t_calls |
./potx.inc |
Detect all occurances of t()-like calls. |
1 |
|