Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / test_page_test / src / Form / TestForm.php
index 55b1b18678628680e5358fa7eb17807a0e05f394..4f4ad0a08b42407600eb0de2c73eaf41c64f4ce1 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Defines a test form for testing assertions.
+ *
+ * @internal
  */
 class TestForm extends FormBase {