You are here

public function Imce::linkIcon in IMCE 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/Imce.php \Drupal\imce\Plugin\CKEditorPlugin\Imce::linkIcon()

Returns link icon path.

Uses the icon from drupallink plugin.

2 calls to Imce::linkIcon()
Imce::getButtons in src/Plugin/CKEditorPlugin/Imce.php
Returns the buttons that this plugin provides, along with metadata.
Imce::getConfig in src/Plugin/CKEditorPlugin/Imce.php
Returns the additions to CKEDITOR.config for a specific CKEditor instance.

File

src/Plugin/CKEditorPlugin/Imce.php, line 73

Class

Imce
Defines Imce plugin for CKEditor.

Namespace

Drupal\imce\Plugin\CKEditorPlugin

Code

public function linkIcon() {
  return drupal_get_path('module', 'imce') . '/js/plugins/ckeditor/icons/imcelink.png';
}