You are here

NonAnnotatedClass.php in Drupal 10

File

core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/NonAnnotatedClass.php
View source
<?php

namespace Drupal\plugin_test\Plugin\plugin_test\fruit;

class NonAnnotatedClass {

}

Classes

Namesort descending Description
NonAnnotatedClass