You are here

interface IntefaceWithConstants in Drupal 9

Same name and namespace in other branches
  1. 8 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 5

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures
View source
interface IntefaceWithConstants {
  const SOME_VALUE = 'IntefaceWithConstants.SOME_VALUE';
  const SOME_KEY = 'IntefaceWithConstants.SOME_KEY';

}

Members