EditorSelectionTest::$editorManager |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
The manager for editor plugins. |
CKEditorPluginManagerTest::$modules |
property |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
Modules to enable. |
CKEditorPluginManagerTest::$manager |
property |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorPluginManagerTest.php |
The manager for "CKEditor plugin" plugins. |
EditorPluginInterface::settingsForm |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Returns a settings form to configure this text editor. |
EditorPluginInterface::getLibraries |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Returns libraries to be attached. |
CKEditorTest::testInternalGetConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests Internal::getConfig(). |
EditorLoadingTest::getThingsToCheck |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorLoadingTest.php |
|
EditIntegrationTest::$editorManager |
property |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php |
The manager for editor plug-ins. |
editor_test_editor_default_settings |
function |
drupal/core/modules/editor/tests/modules/editor_test.module |
Implements hook_editor_default_settings(). |
CKEditor::buildContentsCssJSSetting |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/Editor/CKEditor.php |
Builds the "contentsCss" configuration part of the CKEditor JS settings. |
CKEditorPluginConfigurableInterface |
interface |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginConfigurableInterface.php |
Defines an interface for configurable CKEditor plugins. |
CKEditorPluginInterface::isInternal |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginInterface.php |
Indicates if this plugin is part of the optimized CKEditor build. |
EditorSelectionTest::$editorSelector |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
The editor selector object to be tested. |
EditorSelectionTest::testTextWysiwyg |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Tests a textual field, with text processing, with cardinality 1 and >1,
always with an Editor plugin present that supports textual fields with text
processing, but with varying text format compatibility. |
EditorPluginInterface::getJSSettings |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Returns JavaScript settings to be attached. |
EditIntegrationTest::$editorSelector |
property |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php |
The editor selector object to be used by the metadata generator object. |
EditorAdminTest::enableUnicornEditor |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Enables the unicorn editor. |
EditorAdminTest::selectUnicornEditor |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests and selects the unicorn editor. |
editor_test_editor_js_settings_alter |
function |
drupal/core/modules/editor/tests/modules/editor_test.module |
Implements hook_editor_js_settings_alter(). |
EditorSelector::getEditorAttachments |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditorSelector.php |
Returns the attachments for all editors. |
MetadataGeneratorTest::$editorManager |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php |
The manager for editor plugins. |
CKEditorLoadingTest::getThingsToCheck |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorLoadingTest.php |
|
CKEditorTest::getDefaultToolbarConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
|
CKEditorPluginContextualInterface.php |
file |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginContextualInterface.php |
Contains \Drupal\ckeditor\CKEditorPluginContextualInterface. |
MetadataGeneratorTest::$editorSelector |
property |
drupal/core/modules/edit/lib/Drupal/edit/Tests/MetadataGeneratorTest.php |
The editor selector object to be used by the metadata generator object. |
EditorSelectionTest::getSelectedEditor |
function |
drupal/core/modules/edit/lib/Drupal/edit/Tests/EditorSelectionTest.php |
Retrieves the FieldInstance object for the given field and returns the
editor that Edit selects. |
CKEditorTest::testStylesComboGetConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests StylesCombo::getConfig(). |
CKEditorTest::getDefaultInternalConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
|
EditIntegrationTest::getSelectedEditor |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php |
Retrieves the FieldInstance object for the given field and returns the
editor that Edit selects. |
EditorAdminTest::testNoEditorAvailable |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests an existing format without any editors available. |
EditorController::getUntransformedText |
function |
drupal/core/modules/editor/lib/Drupal/editor/EditorController.php |
Returns an Ajax response to render a text field without transformation filters. |
editor_form_filter_admin_format_submit |
function |
drupal/core/modules/editor/editor.module |
Additional submit handler for filter_admin_format_form(). |
CKEditorTest::testBuildToolbarJSSetting |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests CKEditor::buildToolbarJSSetting(). |
CKEditorPluginConfigurableInterface.php |
file |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginConfigurableInterface.php |
Contains \Drupal\ckeditor\CKEditorPluginConfigurableInterface. |
editor_form_filter_admin_overview_alter |
function |
drupal/core/modules/editor/editor.module |
Implements hook_form_FORM_ID_alter(). |
EditIntegrationTest::testEditorSelection |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php |
Tests editor selection when the Editor module is present. |
CKEditorPluginManager::getEnabledPlugins |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php |
Determines which plug-ins are enabled. |
CKEditorPluginManager::getButtonsPlugins |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginManager.php |
Retrieves all plugins that implement CKEditorPluginButtonsInterface. |
editor_form_filter_admin_format_validate |
function |
drupal/core/modules/editor/editor.module |
Additional validate handler for filter_admin_format_form(). |
EditorPluginInterface::getDefaultSettings |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Returns the default settings for this configurable text editor. |
EditorPluginInterface::settingsFormSubmit |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Modifies any values in the form state to prepare them for saving. |
CKEditorTest::getDefaultContentsCssConfig |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
|
EditorAdminTest::testAddEditorToNewFormat |
function |
drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorAdminTest.php |
Tests adding a text editor to a new text format. |
editor_test_editor_default_settings_alter |
function |
drupal/core/modules/editor/tests/modules/editor_test.module |
Implements hook_editor_default_settings_alter(). |
Editor::textFormatHasTransformationFilters |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/InPlaceEditor/Editor.php |
Returns whether the text format has transformation filters. |
CKEditorPluginButtonsInterface::getButtons |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginButtonsInterface.php |
Returns the buttons that this plugin provides, along with metadata. |
editor_form_filter_admin_format_form_alter |
function |
drupal/core/modules/editor/editor.module |
Implements hook_form_FORM_ID_alter(). |
EditorPluginInterface::settingsFormValidate |
function |
drupal/core/modules/editor/lib/Drupal/editor/Plugin/EditorPluginInterface.php |
Validates the settings form for an editor. |
CKEditorTest::testBuildContentsCssJSSetting |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Tests/CKEditorTest.php |
Tests CKEditor::buildContentsCssJSSetting(). |
CKEditorPluginContextualInterface::isEnabled |
function |
drupal/core/modules/ckeditor/lib/Drupal/ckeditor/CKEditorPluginContextualInterface.php |
Checks if this plugin should be enabled based on the editor configuration. |