final class AnnotationWithConstants in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithConstants.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithConstants
Plugin annotation
@Target("ALL");
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationWithConstants
Expanded class hierarchy of AnnotationWithConstants
Related topics
1 file declares its use of AnnotationWithConstants
- DocParserTest.php in core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ DocParserTest.php
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationWithConstants.php, line 10
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
final class AnnotationWithConstants {
const INTEGER = 1;
const FLOAT = 1.2;
const STRING = '1.2.3';
/**
* @var mixed
*/
public $value;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationWithConstants:: |
public | property | ||
AnnotationWithConstants:: |
constant | |||
AnnotationWithConstants:: |
constant | |||
AnnotationWithConstants:: |
constant |