diff --git a/core/modules/quickedit/quickedit.module b/core/modules/quickedit/quickedit.module index eb37956e44d2..b68517d55072 100644 --- a/core/modules/quickedit/quickedit.module +++ b/core/modules/quickedit/quickedit.module @@ -144,4 +144,3 @@ function quickedit_preprocess_field(&$variables) { function quickedit_entity_view_alter(&$build, EntityInterface $entity, EntityViewDisplayInterface $display) { $build['#attributes']['data-quickedit-entity-id'] = $entity->getEntityTypeId() . '/' . $entity->id(); } -