Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / src / BlockContentTypeForm.php
index 4e140b19322efceccfdde2417094a344958bdd1a..00098d3cf3b41e506a6b7f6d5d1bd805d8be7419 100644 (file)
@@ -8,7 +8,9 @@ use Drupal\Core\Form\FormStateInterface;
 use Drupal\language\Entity\ContentLanguageSettings;
 
 /**
- * Base form for category edit forms.
+ * The block content type entity form.
+ *
+ * @internal
  */
 class BlockContentTypeForm extends BundleEntityFormBase {