|
@@ -475,16 +475,6 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
|
|
|
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * @deprecated removed with Symfony 2.2
|
|
|
- *
|
|
|
- * {@inheritdoc}
|
|
|
- */
|
|
|
- protected function configureShowField(ShowMapper $show)
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* {@inheritdoc}
|
|
|
*/
|
|
@@ -721,7 +711,6 @@ abstract class Admin implements AdminInterface, DomainObjectInterface
|
|
|
$this->show = new FieldDescriptionCollection();
|
|
|
$mapper = new ShowMapper($this->showBuilder, $this->show, $this);
|
|
|
|
|
|
- $this->configureShowField($mapper); // deprecated, use configureShowFields instead
|
|
|
$this->configureShowFields($mapper);
|
|
|
|
|
|
foreach ($this->getExtensions() as $extension) {
|