You are here

public function A11yCheckerPlugin::getFile in CKEditor Accessibility Checker 7

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/A11yCheckerPlugin.php \Drupal\ckeditor_a11ychecker\Plugin\CKEditorPlugin\A11yCheckerPlugin::getFile()
  2. 2.0.x src/Plugin/CKEditorPlugin/A11yCheckerPlugin.php \Drupal\ckeditor_a11ychecker\Plugin\CKEditorPlugin\A11yCheckerPlugin::getFile()

File

src/Plugin/CKEditorPlugin/A11yCheckerPlugin.php, line 54

Class

A11yCheckerPlugin
Defines the "a11ychecker" plugin.

Namespace

Drupal\ckeditor_a11ychecker\Plugin\CKEditorPlugin

Code

public function getFile() {
  return base_path() . 'libraries/a11ychecker/plugin.js';
}