class 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 9 
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
| Title Sort descending | Modifiers | Object type | Summary | 
|---|---|---|---|
| AnnotationWithConstants::$value | public | property | |
| AnnotationWithConstants::FLOAT | constant | ||
| AnnotationWithConstants::INTEGER | constant | ||
| AnnotationWithConstants::STRING | constant | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
