You are here

constant POTX_STATUS_STRUCTURED in Translation template extractor 8

Same name and namespace in other branches
  1. 6.3 potx.inc \POTX_STATUS_STRUCTURED
  2. 6.2 potx.inc \POTX_STATUS_STRUCTURED
  3. 7.3 potx.inc \POTX_STATUS_STRUCTURED
  4. 7 potx.inc \POTX_STATUS_STRUCTURED
  5. 7.2 potx.inc \POTX_STATUS_STRUCTURED

Structured array status logging.

Useful for coder review status reporting.

5 uses of POTX_STATUS_STRUCTURED
PotxTest::buildOutput in tests/src/Kernel/PotxTest.php
Build the output from parsed files.
PotxTest::parseFile in tests/src/Kernel/PotxTest.php
Parse the given file with the given API version.
PotxTest::parsePhpContent in tests/src/Kernel/PotxTest.php
Parse the given file with the given API version.
PotxTest::testDrupal8ShippedConfiguration in tests/src/Kernel/PotxTest.php
Test parsing of Drupal 8 shipped configuration files.
potx_status in ./potx.inc
Status notification function.

File

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

Code

define('POTX_STATUS_STRUCTURED', 3);