interface IntefaceWithConstants in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants
Hierarchy
- interface \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants
Expanded class hierarchy of IntefaceWithConstants
All classes that implement IntefaceWithConstants
1 file declares its use of IntefaceWithConstants
- DocParserTest.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ IntefaceWithConstants.php, line 6
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
interface IntefaceWithConstants {
const SOME_VALUE = 'IntefaceWithConstants.SOME_VALUE';
const SOME_KEY = 'IntefaceWithConstants.SOME_KEY';
}