getTypeSetting('entity_type'); return $button; } /** * {@inheritdoc} */ public function getFile() { return drupal_get_path('module', 'entity_embed') . '/js/plugins/drupalentity/plugin.js'; } /** * {@inheritdoc} */ public function getConfig(Editor $editor) { return array( 'DrupalEntity_dialogTitleAdd' => t('Insert entity'), 'DrupalEntity_dialogTitleEdit' => t('Edit entity'), 'DrupalEntity_buttons' => $this->getButtons(), ); } }