[ 'label' => t('Reference Footnotes'), 'image' => drupal_get_path('module', 'bibcite_footnotes') . '/js/plugins/reference_footnotes/images/icon.png', ], ]; } /** * {@inheritdoc} */ public function getFile() { // Make sure that the path to the plugin.js matches the file structure of // the CKEditor plugin you are implementing. return drupal_get_path('module', 'bibcite_footnotes') . '/js/plugins/reference_footnotes/plugin.js'; } /** * {@inheritdoc} */ public function isInternal() { return FALSE; } /** * {@inheritdoc} */ public function getDependencies(Editor $editor) { return ['fakeobjects']; } /** * {@inheritdoc} */ public function getLibraries(Editor $editor) { return []; } /** * {@inheritdoc} */ public function getConfig(Editor $editor) { return []; } }