|
editor.schema.yml |
file |
drupal/core/modules/editor/config/schema/editor.schema.yml |
drupal/core/modules/editor/config/schema/editor.schema.yml |
|
CKEditorAdminTest |
class |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php |
Tests administration of CKEditor. |
|
EditorManagerTest |
class |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php |
Unit tests for the configurable text editor manager. |
|
EditorLoadingTest |
class |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php |
Tests loading of text editors. |
|
EditorManager.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorManager.php |
Contains \Drupal\editor\Plugin\InPlaceEditorManager. |
|
InPlaceEditor.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php |
Contains \Drupal\edit\Annotation\InPlaceEditor. |
|
editor_menu_alter |
function |
drupal/core/modules/editor/editor.module |
Implements hook_menu_alter(). |
|
WysiwygEditor.php |
file |
drupal/core/modules/edit/tests/modules/lib/Drupal/edit_test/Plugin/InPlaceEditor/WysiwygEditor.php |
Contains \Drupal\edit_test\Plugin\InPlaceEditor\WysiwygEditor. |
|
ckeditor.admin.inc |
file |
drupal/core/modules/ckeditor/ckeditor.admin.inc |
Callbacks and theming for the CKEditor toolbar configuration UI. |
|
InPlaceEditor::$id |
property |
drupal/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php |
The plugin ID. |
|
EditorSelector.php |
file |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
Contains \Drupal\edit\EditorSelector. |
|
editor_test.module |
file |
drupal/core/modules/editor/tests/modules/editor_test.module |
Helper module for the Text Editor tests. |
|
ckeditor.admin.css |
file |
drupal/core/modules/ckeditor/css/ckeditor.admin.css |
Styles for configuration of CKEditor module. |
|
editor.routing.yml |
file |
drupal/core/modules/editor/editor.routing.yml |
drupal/core/modules/editor/editor.routing.yml |
|
CKEditorPluginBase |
class |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php |
Defines a base CKEditor plugin implementation. |
|
CKEditorPlugin.php |
file |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Annotation/CKEditorPlugin.php |
Contains Drupal\ckeditor\Annotation\CKEditorPlugin. |
|
EditorInterface.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/EditorInterface.php |
Contains \Drupal\editor\Plugin\Core\Entity\EditPluginInterface. |
|
EditorSelectionTest |
class |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Test in-place field editor selection. |
|
_ckeditor_theme_css |
function |
drupal/core/modules/ckeditor/ckeditor.module |
Retrieves the default theme's CKEditor stylesheets defined in the .info file. |
|
Editor::__construct |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/Core/Entity/Editor.php |
Overrides Drupal\Core\Entity\Entity::__construct() |
|
CKEditorLoadingTest |
class |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php |
Tests loading of CKEditor. |
|
CKEditorTest::setUp |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Sets up Drupal unit test environment. |
|
editor_iequirks.css |
file |
drupal/core/misc/ckeditor/skins/moono/editor_iequirks.css |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or… |
|
CKEditorPlugin::$id |
property |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Annotation/CKEditorPlugin.php |
The plugin ID. |
|
Editor::getMetadata |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/InPlaceEditor/Editor.php |
Implements \Drupal\edit\Plugin\EditPluginInterface::getMetadata(). |
|
ckeditor-iframe.css |
file |
drupal/core/modules/ckeditor/css/ckeditor-iframe.css |
/**
* CSS added to iframe-based instances only.
*/
body {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
color: #222;
background-color: #fff;
margin: 8px;
}
ol, ul, dl {
/* IE7: reset rtl list margin. (CKEditor issue #7334)… |
|
ckeditor.schema.yml |
file |
drupal/core/modules/ckeditor/config/schema/ckeditor.schema.yml |
drupal/core/modules/ckeditor/config/schema/ckeditor.schema.yml |
|
EditorAdminTest.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Definition of \Drupal\editor\Tests\EditorAdminTest. |
|
editor.services.yml |
file |
drupal/core/modules/editor/editor.services.yml |
drupal/core/modules/editor/editor.services.yml |
|
editor_element_info |
function |
drupal/core/modules/editor/editor.module |
Implements hook_element_info(). |
|
editor_library_info |
function |
drupal/core/modules/editor/editor.module |
Implements hook_library_info(). |
|
EditorController.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/EditorController.php |
Contains \Drupal\editor\EditorController. |
|
editor_test.info.yml |
file |
drupal/core/modules/editor/tests/modules/editor_test.info.yml |
drupal/core/modules/editor/tests/modules/editor_test.info.yml |
|
edit.editor.selector |
service |
drupal/core/modules/edit/edit.services.yml |
Drupal\edit\EditorSelector |
|
Editor::isCompatible |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/InPlaceEditor/Editor.php |
Implements \Drupal\edit\Plugin\EditPluginInterface::isCompatible(). |
|
ckeditor_test.module |
file |
drupal/core/modules/ckeditor/tests/modules/ckeditor_test.module |
Helper module for the CKEditor tests. |
|
InPlaceEditorManager |
class |
drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditorManager.php |
Editor manager. |
|
ckeditor.services.yml |
file |
drupal/core/modules/ckeditor/ckeditor.services.yml |
drupal/core/modules/ckeditor/ckeditor.services.yml |
|
ckeditor_library_info |
function |
drupal/core/modules/ckeditor/ckeditor.module |
Implements hook_library_info(). |
|
EditorPluginInterface |
interface |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Defines an interface for configurable text editors. |
|
CKEditorTest::getInfo |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
|
|
EditorManagerTest.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php |
Definition of \Drupal\editor\Tests\EditorManagerTest. |
|
EditorLoadingTest.php |
file |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php |
Definition of \Drupal\editor\Tests\EditorLoadingTest. |
|
CKEditorPluginManager |
class |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php |
CKEditor Plugin manager. |
|
plugin.manager.editor |
service |
drupal/core/modules/editor/editor.services.yml |
Drupal\editor\Plugin\EditorManager |
|
CKEditorAdminTest.php |
file |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php |
Definition of \Drupal\ckeditor\Tests\CKEditorAdminTest. |
|
InPlaceEditor::$module |
property |
drupal/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php |
The name of the module providing the in-place editor plugin. |
|
ckeditor.admin-rtl.css |
file |
drupal/core/modules/ckeditor/css/ckeditor.admin-rtl.css |
Styles for configuration of CKEditor module for right-to-left languages. |
|
CKEditorTest::$modules |
property |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Modules to enable. |
|
hook_edit_editor_alter |
function |
drupal/core/modules/edit/edit.api.php |
Allow modules to alter in-place editor plugin metadata. |