interface IntefaceWithConstants

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants
  2. 8.9.x core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants
  3. 10 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/IntefaceWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\IntefaceWithConstants

Hierarchy

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\Fixtures
View 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.