interface IntefaceWithConstants
Same name in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants
- 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants
- 11.x 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 7
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
interface IntefaceWithConstants {
const SOME_VALUE = 'IntefaceWithConstants.SOME_VALUE';
const SOME_KEY = 'IntefaceWithConstants.SOME_KEY';
}
Members
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.