You are here

public property AnnotationEnumInvalid::$value in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationEnumInvalid::value
  2. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\AnnotationEnumInvalid::value

Plugin annotation


@Enum({1, 2, "foo", "bar", {"foo":"bar"}})

Type: mixed

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumInvalid.php, line 16

Class

AnnotationEnumInvalid
Plugin annotation @Target("ALL");

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures

Code

public $value;