/**
  * {@inheritdoc}
  */
 public function configureShowFields(ShowMapper $show)
 {
     $this->eventDispatcher->dispatch('sonata.admin.event.configure.show', new ConfigureEvent($show->getAdmin(), $show, ConfigureEvent::TYPE_SHOW));
 }