1 | <?php |
||
18 | class DrupalEntity extends EmbedCKEditorPluginBase { |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | protected function getButton(EmbedButtonInterface $embed_button) { |
||
28 | |||
29 | /** |
||
30 | * {@inheritdoc} |
||
31 | */ |
||
32 | public function getFile() { |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | public function getConfig(Editor $editor) { |
||
46 | |||
47 | } |
||
48 |