Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / src / Functional / Form / StubForm.php
index 4cf91c04ce815d9a5fb635a05aa10721211012be..9e20c365ba83f4d8cae376d31a21fdd47cadf5cc 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Provides a stub form for testing purposes.
+ *
+ * @internal
  */
 class StubForm extends FormBase {