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