Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block / tests / modules / block_test / src / Form / TestForm.php
index 08fd6f69a0ffdea9c87974d3e6ffd7d285d9e415..7fa645df5fbafa857ea006b32910ad316add4fb2 100644 (file)
@@ -5,6 +5,11 @@ namespace Drupal\block_test\Form;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Form that performs base block form test.
+ *
+ * @internal
+ */
 class TestForm extends FormBase {
 
   /**