constant POTX_API_8 in Translation template extractor 8
Same name and namespace in other branches
- 6.3 potx.inc \POTX_API_8
- 7.3 potx.inc \POTX_API_8
- 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.
File
- ./
potx.inc, line 122 - Extraction API used by the web and command line interface.
Code
define('POTX_API_8', 8);