Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestProgrammaticForm.php
index 66928f04f2aba8be6d1bdb3416dc17d99999a248..43d79031df0a53606b8c3e37bb96eb896f63b70d 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form builder to test programmatic form submissions.
+ *
+ * @internal
  */
 class FormTestProgrammaticForm extends FormBase {