You are here

constant POTX_CONTEXT_NONE in Translation template extractor 6.3

Same name and namespace in other branches
  1. 8 potx.inc \POTX_CONTEXT_NONE
  2. 7.3 potx.inc \POTX_CONTEXT_NONE
  3. 7 potx.inc \POTX_CONTEXT_NONE
  4. 7.2 potx.inc \POTX_CONTEXT_NONE

When no context is used. Makes it easy to look these up.

22 uses of POTX_CONTEXT_NONE
_potx_add_date_strings in ./potx.inc
Add date strings, which cannot be extracted otherwise. This is called for locale.module.
_potx_add_default_region_names in ./potx.inc
Add default theme region names, which cannot be extracted otherwise. These default names are defined in system.module
_potx_add_format_interval_strings in ./potx.inc
Add format_interval special strings, which cannot be extracted otherwise. This is called for common.inc
_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().

... See full list

File

./potx.inc, line 131
Extraction API used by the web and command line interface.

Code

define('POTX_CONTEXT_NONE', NULL);