You are here

Version.php in Drupal 10

File

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

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


/**
 * @Annotation
 * @Target("PROPERTY")
 */
final class Version {

}

Classes

Namesort descending Description
Version Plugin annotation @Target("PROPERTY");