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