You are here

AnnotationTargetAll.php in Drupal 9

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
View source
<?php

namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures;


/**
 * @Annotation
 * @Target("ALL")
 */
class AnnotationTargetAll {
  public $data;
  public $name;
  public $target;

}

Classes

Namesort descending Description
AnnotationTargetAll Plugin annotation @Target("ALL");