You are here

constant POTX_API_8 in Translation template extractor 8

Same name and namespace in other branches
  1. 6.3 potx.inc \POTX_API_8
  2. 7.3 potx.inc \POTX_API_8
  3. 7.2 potx.inc \POTX_API_8

Parse source files in Drupal 8.x format.

Changes since 7.x documented at http://drupal.org/list-changes/drupal?to_branch=8.x.

18 uses of POTX_API_8
PotxTest::testDrupal8 in tests/src/Kernel/PotxTest.php
Test parsing of Drupal 8 module.
PotxTest::testDrupal8BreakpointsYml in tests/src/Kernel/PotxTest.php
Test parsing of Drupal 8 .breakpoints.yml files.
PotxTest::testDrupal8ConstraintMessages in tests/src/Kernel/PotxTest.php
Test parsing Drupal 8 validation constraint messages.
PotxTest::testDrupal8CustomYml in tests/src/Kernel/PotxTest.php
Test parsing of custom yaml files.
PotxTest::testDrupal8InfoYml in tests/src/Kernel/PotxTest.php
Test parsing of Drupal 8 .info.yml files.

... See full list

File

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

Code

define('POTX_API_8', 8);