Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / page_cache / tests / modules / src / Form / TestForm.php
index b712ca0c082b4b645b3ddd8d8f642bf238e1d713..46ed439aa4d93f8f5f5baa70cc4b7dc1a0cf6d45 100644 (file)
@@ -5,6 +5,11 @@ namespace Drupal\page_cache_form_test\Form;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * A form to test page cache.
+ *
+ * @internal
+ */
 class TestForm extends FormBase {
 
   /**