class ClassWithConstants
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithConstants
- 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithConstants
- 11.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithConstants
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithConstants
Expanded class hierarchy of ClassWithConstants
1 file declares its use of ClassWithConstants
- DocParserTest.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php
File
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ ClassWithConstants.php, line 5
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
class ClassWithConstants {
const SOME_VALUE = 'ClassWithConstants.SOME_VALUE';
const SOME_KEY = 'ClassWithConstants.SOME_KEY';
const OTHER_KEY_ = 'ClassWithConstants.OTHER_KEY_';
const OTHER_KEY_2 = 'ClassWithConstants.OTHER_KEY_2';
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
ClassWithConstants::OTHER_KEY_ | constant | ||
ClassWithConstants::OTHER_KEY_2 | constant | ||
ClassWithConstants::SOME_KEY | constant | ||
ClassWithConstants::SOME_VALUE | constant |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.