AnnotationTargetAnnotation.php in Drupal 9
Same filename and directory in other branches
File
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.phpView source
<?php
namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures;
/**
* @Annotation
* @Target({ "ANNOTATION" })
*/
final class AnnotationTargetAnnotation {
public $data;
public $name;
public $target;
}
Classes
Name | Description |
---|---|
AnnotationTargetAnnotation | Plugin annotation @Target({ "ANNOTATION" }) |