Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| Editor | class | core/ |
Defines an Editor annotation object. |
| Editor | class | core/ |
Defines the formatted text in-place editor. |
| editor.admin.inc | file | core/ |
Administration functions for editor.module. |
| editor.api.php | file | core/ |
Documentation for Text Editor API. |
| editor.config_translation_mapper_subscriber | service | core/ |
Drupal\editor\EventSubscriber\EditorConfigTranslationSubscriber |
| editor.css | file | core/ |
/* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or… |
| editor.editor.basic_html.yml | file | core/ |
core/profiles/standard/config/install/editor.editor.basic_html.yml |
| editor.editor.basic_html.yml | file | core/ |
core/profiles/demo_umami/config/install/editor.editor.basic_html.yml |
| editor.editor.full_html.yml | file | core/ |
core/profiles/standard/config/install/editor.editor.full_html.yml |
| editor.editor.full_html.yml | file | core/ |
core/profiles/demo_umami/config/install/editor.editor.full_html.yml |
| editor.editor.private_images.yml | file | core/ |
core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml |
| editor.info.yml | file | core/ |
core/modules/editor/editor.info.yml |
| editor.install | file | core/ |
Install, update and uninstall functions for the Editor module. |
| editor.libraries.yml | file | core/ |
core/modules/editor/editor.libraries.yml |
| editor.module | file | core/ |
Adds bindings for client-side "text editors" to text formats. |
| Editor.php | file | core/ |
|
| Editor.php | file | core/ |
|
| Editor.php | file | core/ |
|
| editor.post_update.php | file | core/ |
Post update functions for Editor. |
| editor.routing.yml | file | core/ |
core/modules/editor/editor.routing.yml |
| editor.schema.yml | file | core/ |
core/modules/editor/config/schema/editor.schema.yml |
| editor.services.yml | file | core/ |
core/modules/editor/editor.services.yml |
| Editor::$editor | property | core/ |
The name (plugin ID) of the text editor. |
| Editor::$editorPluginManager | property | core/ |
|
| Editor::$filterFormat | property | core/ |
The filter format this text editor is associated with. |
| Editor::$format | property | core/ |
The machine name of the text format with which this configured text editor is associated. |
| Editor::$id | property | core/ |
The plugin ID. |
| Editor::$image_upload | property | core/ |
The structured array of image upload settings. |
| Editor::$is_xss_safe | property | core/ |
Whether this text editor is not vulnerable to XSS attacks. |
| Editor::$label | property | core/ |
The human-readable name of the editor plugin. |
| Editor::$settings | property | core/ |
The structured array of text editor plugin-specific settings. |
| Editor::$supported_element_types | property | core/ |
A list of element types this text editor supports. |
| Editor::$supports_content_filtering | property | core/ |
Whether the editor supports "allowed content only" filtering. |
| Editor::$supports_inline_editing | property | core/ |
Whether the editor supports the inline editing provided by the Edit module. |
| Editor::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| Editor::editorPluginManager | function | core/ |
Returns the editor plugin manager. |
| Editor::getAttachments | function | core/ |
Returns the attachments for this editor. |
| Editor::getEditor | function | core/ |
Returns the associated text editor plugin ID. |
| Editor::getFilterFormat | function | core/ |
Returns the filter format this text editor is associated with. |
| Editor::getImageUploadSettings | function | core/ |
Returns the image upload settings. |
| Editor::getMetadata | function | core/ |
Generates metadata that is needed specifically for this editor. |
| Editor::getSettings | function | core/ |
Returns the text editor plugin-specific settings. |
| Editor::hasAssociatedFilterFormat | function | core/ |
Returns whether this text editor has an associated filter format. |
| Editor::id | function | core/ |
Gets the identifier. |
| Editor::isCompatible | function | core/ |
Checks whether this in-place editor is compatible with a given field. |
| Editor::label | function | core/ |
Gets the label of the entity. |
| Editor::setEditor | function | core/ |
Set the text editor plugin ID. |
| Editor::setImageUploadSettings | function | core/ |
Sets the image upload settings. |
| Editor::setSettings | function | core/ |
Sets the text editor plugin-specific settings. |
| Editor::textFormatHasTransformationFilters | function | core/ |
Returns whether the text format has transformation filters. |
Pagination
- Previous page
- Page 58
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.