final class AnnotationEnumInvalid in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationEnumInvalid
Plugin annotation
@Target("ALL");
Hierarchy
- class \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationEnumInvalid
Expanded class hierarchy of AnnotationEnumInvalid
Related topics
File
- core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationEnumInvalid.php, line 10
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesView source
final class AnnotationEnumInvalid {
/**
* @var mixed
*
* @Enum({1, 2, "foo", "bar", {"foo":"bar"}})
*/
public $value;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AnnotationEnumInvalid:: |
public | property | Plugin annotation @Enum({1, 2, "foo", "bar", {"foo":"bar"}}) |