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