| 1 | <?php | ||
| 23 | class LocaleSwitcherBlockService extends BaseBlockService | ||
| 24 | { | ||
| 25 | |||
| 26 | /** | ||
| 27 | * @deprecated Will be removed when upgrading to SonataBlockBundle 3 | ||
| 28 | */ | ||
| 29 | public function setDefaultSettings(OptionsResolverInterface $resolver) | ||
| 33 | |||
| 34 | /** | ||
| 35 |      * {@inheritdoc} | ||
| 36 | */ | ||
| 37 | public function configureSettings(OptionsResolver $resolver) | ||
| 48 | |||
| 49 | /** | ||
| 50 |      * {@inheritdoc} | ||
| 51 | */ | ||
| 52 | public function execute(BlockContextInterface $blockContext, Response $response = null) | ||
| 59 | } | ||
| 60 |