Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestStoragePageCacheForm.php
index f27e5e066e790c776d908e05b47b8745e8263cd6..2554d89686add44edfb9e0535e33d47aa0310936 100644 (file)
@@ -5,6 +5,11 @@ namespace Drupal\form_test\Form;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Form to test page cache storage.
+ *
+ * @internal
+ */
 class FormTestStoragePageCacheForm extends FormBase {
 
   /**