AnnotationTargetClass.php
Same filename in other branches
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesFile
-
core/
tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationTargetClass.php
View source
<?php
namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures;
/**
* @Annotation
* @Target("CLASS")
*/
final class AnnotationTargetClass {
public $data;
public $name;
public $target;
}
Classes
Title | Deprecated | Summary |
---|---|---|
AnnotationTargetClass | Plugin annotation @Target("CLASS"); |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.