You are here

constant POTX_CONTEXT_NONE in Translation template extractor 8

Same name and namespace in other branches
  1. 6.3 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.

23 uses of POTX_CONTEXT_NONE
_potx_add_date_strings in ./potx.inc
Add date strings, which cannot be extracted otherwise.
_potx_add_default_region_names in ./potx.inc
Add default theme region names, which cannot be extracted otherwise.
_potx_add_format_interval_strings in ./potx.inc
Add format_interval special strings, which cannot be extracted otherwise.
_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 127
Extraction API used by the web and command line interface.

Code

define('POTX_CONTEXT_NONE', NULL);