class ClassWithConstants

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

Hierarchy

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 7

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures
View 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


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.