Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field_ui / src / Form / EntityViewDisplayEditForm.php
index 898f984d2a3eef31cfcf88bd581bb36d16050dff..bd82d682907b4cf6d8b3a5ec87896c0f5fec8d52 100644 (file)
@@ -11,6 +11,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
  * Edit form for the EntityViewDisplay entity type.
+ *
+ * @internal
  */
 class EntityViewDisplayEditForm extends EntityDisplayFormBase {
 
@@ -112,7 +114,6 @@ class EntityViewDisplayEditForm extends EntityDisplayFormBase {
    * {@inheritdoc}
    */
   protected function getDisplayModesLink() {
-    ;
     return [
       '#type' => 'link',
       '#title' => t('Manage view modes'),