Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestClickedButtonForm.php
index adab5bda00170141c2b7bd458cd61cf8a1522456..e95244c478d344301ca90a697d5e0247cccbeffe 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form builder to test button click detection.
+ *
+ * @internal
  */
 class FormTestClickedButtonForm extends FormBase {