You are here

public property ClassWithInvalidAnnotationTargetAtProperty::$foo in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php \Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ClassWithInvalidAnnotationTargetAtProperty::foo

Plugin annotation

@AnnotationTargetClass("Bar");

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php, line 18

Class

ClassWithInvalidAnnotationTargetAtProperty
Plugin annotation @AnnotationTargetClass("Some data");

Namespace

Drupal\Tests\Component\Annotation\Doctrine\Fixtures

Code

public $foo;