Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
editor.editor.umami_basic_html.yml file core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.yml core/modules/editor/tests/fixtures/update/editor.editor.umami_basic_html.yml
editor.info.yml file core/modules/editor/editor.info.yml core/modules/editor/editor.info.yml
editor.install file core/modules/editor/editor.install Install, update and uninstall functions for the Editor module.
editor.libraries.yml file core/modules/editor/editor.libraries.yml core/modules/editor/editor.libraries.yml
editor.module file core/modules/editor/editor.module Adds bindings for client-side "text editors" to text formats.
editor.overview.html.twig file core/modules/editor/help_topics/editor.overview.html.twig ---
label: 'Connecting text editors to text formats'
related:
- core.content_structure
- field_ui.manage_form
- filter.overview
---
{% set filter_overview_topic = render_var(help_topic_link('filter.overview')) %}
{% set…
Editor.php file core/modules/editor/src/Entity/Editor.php
Editor.php file core/modules/editor/src/Annotation/Editor.php
Editor.php file core/modules/editor/src/Attribute/Editor.php
editor.post_update.php file core/modules/editor/editor.post_update.php Post update functions for Editor.
editor.routing.yml file core/modules/editor/editor.routing.yml core/modules/editor/editor.routing.yml
editor.schema.yml file core/modules/editor/config/schema/editor.schema.yml core/modules/editor/config/schema/editor.schema.yml
editor.services.yml file core/modules/editor/editor.services.yml core/modules/editor/editor.services.yml
Editor::$editor property core/modules/editor/src/Entity/Editor.php The name (plugin ID) of the text editor.
Editor::$editorPluginManager property core/modules/editor/src/Entity/Editor.php
Editor::$filterFormat property core/modules/editor/src/Entity/Editor.php The filter format this text editor is associated with.
Editor::$format property core/modules/editor/src/Entity/Editor.php Machine name of the text format for this configured text editor.
Editor::$id property core/modules/editor/src/Annotation/Editor.php The plugin ID.
Editor::$image_upload property core/modules/editor/src/Entity/Editor.php The structured array of image upload settings.
Editor::$is_xss_safe property core/modules/editor/src/Annotation/Editor.php Whether this text editor is not vulnerable to XSS attacks.
Editor::$label property core/modules/editor/src/Annotation/Editor.php The human-readable name of the editor plugin.
Editor::$settings property core/modules/editor/src/Entity/Editor.php The structured array of text editor plugin-specific settings.
Editor::$supported_element_types property core/modules/editor/src/Annotation/Editor.php A list of element types this text editor supports.
Editor::$supports_content_filtering property core/modules/editor/src/Annotation/Editor.php Whether the editor supports "allowed content only" filtering.
Editor::$supports_inline_editing property core/modules/editor/src/Annotation/Editor.php Whether the editor supports the inline editing provided by the Edit module.
Editor::calculateDependencies function core/modules/editor/src/Entity/Editor.php Calculates dependencies and stores them in the dependency property.
Editor::editorPluginManager function core/modules/editor/src/Entity/Editor.php Returns the editor plugin manager.
Editor::getEditor function core/modules/editor/src/Entity/Editor.php Returns the associated text editor plugin ID.
Editor::getFilterFormat function core/modules/editor/src/Entity/Editor.php Returns the filter format this text editor is associated with.
Editor::getImageUploadSettings function core/modules/editor/src/Entity/Editor.php Returns the image upload settings.
Editor::getSettings function core/modules/editor/src/Entity/Editor.php Returns the text editor plugin-specific settings.
Editor::getValidStreamWrappers function core/modules/editor/src/Entity/Editor.php Computes all valid choices for the "image_upload.scheme" setting.
Editor::hasAssociatedFilterFormat function core/modules/editor/src/Entity/Editor.php Returns whether this text editor has an associated filter format.
Editor::id function core/modules/editor/src/Entity/Editor.php Gets the identifier.
Editor::label function core/modules/editor/src/Entity/Editor.php Gets the label of the entity.
Editor::setEditor function core/modules/editor/src/Entity/Editor.php Set the text editor plugin ID.
Editor::setImageUploadSettings function core/modules/editor/src/Entity/Editor.php Sets the image upload settings.
Editor::setSettings function core/modules/editor/src/Entity/Editor.php Sets the text editor plugin-specific settings.
Editor::__construct function core/modules/editor/src/Entity/Editor.php Constructs an Entity object.
Editor::__construct function core/modules/editor/src/Attribute/Editor.php Constructs an Editor object.
EditorAccessControlHandler class core/modules/editor/src/EditorAccessControlHandler.php Defines the access control handler for the text editor entity type.
EditorAccessControlHandler.php file core/modules/editor/src/EditorAccessControlHandler.php
EditorAccessControlHandler::checkAccess function core/modules/editor/src/EditorAccessControlHandler.php Performs access checks.
EditorAddLazyLoadImageFilterUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests adding editor_image_lazy_load filter to editor_file_reference.
EditorAddLazyLoadImageFilterUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php
EditorAddLazyLoadImageFilterUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php The theme to install as the default for testing.
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Set database dump files to be used.
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests upgrading filter settings.
EditorAdminTest class core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php @group editor
EditorAdminTest class core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests administration of text editors.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.