Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestImageButtonForm.php
index 20754ffd991d26d6f6389b05f586f6f7f8dc257c..316742b89edf0a9f4548b4473eae20824dd5791c 100644 (file)
@@ -8,6 +8,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form builder: Builds a form that has image button with an ajax callback.
+ *
+ * @internal
  */
 class AjaxFormsTestImageButtonForm extends FormBase {