EditorSelectionTest::getInfo |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
|
CKEditorLoadingTest::getInfo |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php |
|
CKEditorAdminTest::testAdmin |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorAdminTest.php |
|
editor.editor.basic_html.yml |
file |
drupal/core/profiles/standard/config/editor.editor.basic_html.yml |
drupal/core/profiles/standard/config/editor.editor.basic_html.yml |
DirectEditor::getAttachments |
function |
drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditor/DirectEditor.php |
Implements \Drupal\edit\EditPluginInterface::getAttachments(). |
UnicornEditor::getJSSettings |
function |
drupal/core/modules/editor/tests/modules/lib/Drupal/editor_test/Plugin/Editor/UnicornEditor.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::getJSSettings(). |
CKEditor::getDefaultSettings |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings(). |
CKEditor::settingsFormSubmit |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit(). |
hook_editor_default_settings |
function |
drupal/core/modules/editor/editor.api.php |
Provides defaults for editor instances. |
EditorSelectionTest::testText |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Tests a textual field, without/with text processing, with cardinality 1 and
>1, always without a WYSIWYG editor present. |
InPlaceEditor::$alternativeTo |
property |
drupal/core/modules/edit/lib/Drupal/edit/Annotation/InPlaceEditor.php |
An array of in-place editors that have registered themselves as
alternatives to this in-place editor. |
CKEditorLoadingTest::$modules |
property |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php |
Modules to enable. |
WysiwygEditor::getAttachments |
function |
drupal/core/modules/edit/tests/modules/lib/Drupal/edit_test/Plugin/InPlaceEditor/WysiwygEditor.php |
Implements \Drupal\edit\EditPluginInterface::getAttachments(). |
EditorManager::getAttachments |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorManager.php |
Retrieves text editor libraries and JavaScript settings. |
EditorSelector::$alternatives |
property |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
A list of alternative editor plugin IDs, keyed by editor plugin ID. |
CKEditorPluginManagerTest.php |
file |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
Definition of \Drupal\ckeditor\Tests\CKEditorPluginManagerTest. |
hook_editor_js_settings_alter |
function |
drupal/core/modules/editor/editor.api.php |
Modifies JavaScript settings that are added for text editors. |
plugin.manager.ckeditor.plugin |
service |
drupal/core/modules/ckeditor/ckeditor.services.yml |
Drupal\ckeditor\CKEditorPluginManager |
EditorBase::getDefaultSettings |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings(). |
EditorBase::settingsFormSubmit |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormSubmit(). |
EditorManagerTest::testManager |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php |
Tests the configurable text editor manager. |
EditorLoadingTest::testLoading |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php |
Tests loading of text editors. |
EditorSelector::$editorManager |
property |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
The manager for editor plugins. |
CKEditorPluginButtonsInterface |
interface |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginButtonsInterface.php |
Defines an interface for CKEditor plugins with buttons. |
CKEditorPluginBase::isInternal |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginBase.php |
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::isInternal(). |
EditorSelectionTest::testNumber |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Tests a number field, with cardinality 1 and >1. |
hook_ckeditor_plugin_info_alter |
function |
drupal/core/modules/ckeditor/ckeditor.api.php |
Modify the list of available CKEditor plugins. |
theme_ckeditor_settings_toolbar |
function |
drupal/core/modules/ckeditor/ckeditor.admin.inc |
Displays the toolbar configuration for CKEditor. |
CKEditorTest::testGetJSSettings |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests CKEditor::getJSSettings(). |
CKEditor::buildToolbarJSSetting |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php |
Builds the "toolbar" configuration part of the CKEditor JS settings. |
CKEditorLoadingTest::testLoading |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php |
Tests loading of CKEditor CSS, JS and JS settings. |
CKEditorPluginManagerTest::setUp |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
Sets up Drupal unit test environment. |
EditorBase::settingsFormValidate |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorBase.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::settingsFormValidate(). |
Editor::$supports_inline_editing |
property |
drupal/core/modules/editor/lib/Drupal/editor/Annotation/Editor.php |
Whether the editor supports the inline editing provided by the Edit module. |
ckeditor_test_ckeditor_css_alter |
function |
drupal/core/modules/ckeditor/tests/modules/ckeditor_test.module |
Implements hook_ckeditor_css_alter(). |
CKEditorPluginInterface::getFile |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginInterface.php |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
EditorManagerTest::$editorManager |
property |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php |
The manager for text editor plugins. |
MetadataGenerator::$editorManager |
property |
drupal/core/modules/edit/lib/Drupal/edit/MetadataGenerator.php |
The manager for editor plugins. |
UnicornEditor::getDefaultSettings |
function |
drupal/core/modules/editor/tests/modules/lib/Drupal/editor_test/Plugin/Editor/UnicornEditor.php |
Implements \Drupal\editor\Plugin\EditPluginInterface::getDefaultSettings(). |
CKEditorPluginContextualInterface |
interface |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginContextualInterface.php |
Defines an interface for contextually enabled CKEditor plugins. |
InPlaceEditorManager::__construct |
function |
drupal/core/modules/edit/lib/Drupal/edit/Plugin/InPlaceEditorManager.php |
Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct(). |
CKEditorPluginManagerTest::getInfo |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
|
MetadataGenerator::$editorSelector |
property |
drupal/core/modules/edit/lib/Drupal/edit/MetadataGenerator.php |
An object that determines which editor to attach to a given field. |
EditorSelectorInterface::getEditor |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelectorInterface.php |
Returns the in-place editor (an Editor plugin) to use for a field. |
CKEditorPluginButtonsInterface.php |
file |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginButtonsInterface.php |
Contains \Drupal\ckeditor\CKEditorPluginButtonsInterface. |
EntityTranslationTestBase::$editor |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
The account to be used to test multilingual entity editing. |
CKEditorPluginInterface::getConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginInterface.php |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
CKEditorPluginManager::__construct |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php |
Overrides \Drupal\Component\Plugin\PluginManagerBase::__construct(). |
editor_form_filter_admin_form_ajax |
function |
drupal/core/modules/editor/editor.module |
AJAX callback handler for filter_admin_format_form(). |
hook_editor_default_settings_alter |
function |
drupal/core/modules/editor/editor.api.php |
Modifies default settings for editor instances. |