| 1 | <?php |
||
| 25 | abstract class BaseFacebookSocialPluginsBlockService extends AbstractBlockService |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @var string[] |
||
| 29 | */ |
||
| 30 | protected $colorschemeList = [ |
||
| 31 | 'light' => 'form.label_colorscheme_light', |
||
| 32 | 'dark' => 'form.label_colorscheme_dark', |
||
| 33 | ]; |
||
| 34 | |||
| 35 | public function execute(BlockContextInterface $blockContext, ?Response $response = null): Response |
||
| 44 | } |
||
| 45 |