public static function CKEditorPluginManagerTest::getInfo

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php, line 32
Definition of \Drupal\ckeditor\Tests\CKEditorPluginManagerTest.

Class

CKEditorPluginManagerTest
Tests for the "CKEditor plugins" plugin manager.

Namespace

Drupal\ckeditor\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'CKEditor plugin manager',
    'description' => 'Tests different ways of enabling CKEditor plugins.',
    'group' => 'CKEditor',
  );
}