Skip to content

Commit 18caa57

Browse files
committed
Added getBlockPrefix to FormTypeInterface
1 parent 4455ccf commit 18caa57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Form/Type/EntityType.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ public function getLoader(ObjectManager $manager, $queryBuilder, $class)
5656
return new ORMQueryBuilderLoader($queryBuilder);
5757
}
5858

59-
/**
60-
* {@inheritdoc}
61-
*/
62-
public function getName()
63-
{
64-
return $this->getBlockPrefix();
65-
}
66-
6759
/**
6860
* {@inheritdoc}
6961
*/

0 commit comments

Comments
 (0)