Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestPlaceholderForm.php
index 9dd53219f13a9f23c610797bb5222c95a457b565..af43a2030d0d3ad8d55a7214dd7d13950d6790b4 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a form to test the placeholder attribute.
+ *
+ * @internal
  */
 class FormTestPlaceholderForm extends FormBase {