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::$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/Attribute/Editor.php Constructs an Editor object.
Editor::__construct function core/modules/editor/src/Entity/Editor.php Constructs an Entity 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.
EditorAdminTest class core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Tests Editor Admin.
EditorAdminTest class core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests administration of text editors.
EditorAdminTest.php file core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
EditorAdminTest.php file core/modules/editor/tests/src/Functional/EditorAdminTest.php
EditorAdminTest::$adminUser property core/modules/editor/tests/src/Functional/EditorAdminTest.php A user with the 'administer filters' permission.
EditorAdminTest::$defaultTheme property core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php The theme to install as the default for testing.
EditorAdminTest::$defaultTheme property core/modules/editor/tests/src/Functional/EditorAdminTest.php The theme to install as the default for testing.
EditorAdminTest::$modules property core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Modules to install.
EditorAdminTest::$modules property core/modules/editor/tests/src/Functional/EditorAdminTest.php Modules to install.
EditorAdminTest::$user property core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php The user to use during testing.
EditorAdminTest::addEditorToNewFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Adds an editor to a new format using the UI.
EditorAdminTest::enableUnicornEditor function core/modules/editor/tests/src/Functional/EditorAdminTest.php Enables the unicorn editor.
EditorAdminTest::selectUnicornEditor function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests and selects the unicorn editor.
EditorAdminTest::setUp function core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
EditorAdminTest::setUp function core/modules/editor/tests/src/Functional/EditorAdminTest.php
EditorAdminTest::testAddEditorToExistingFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests adding a text editor to an existing text format.
EditorAdminTest::testAddEditorToNewFormat function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests adding a text editor to a new text format.
EditorAdminTest::testDisableFormatWithEditor function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests format disabling.
EditorAdminTest::testEditorCreation function core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Tests that editor creation works fine while switching text editor field.
EditorAdminTest::testEditorSelection function core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php Tests that editor selection can be toggled without breaking ajax.
EditorAdminTest::testNoEditorAvailable function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests an existing format without any editors available.
EditorAdminTest::testSwitchEditorToNone function core/modules/editor/tests/src/Functional/EditorAdminTest.php Tests switching text editor to none does not throw a TypeError.
EditorAdminTest::verifyUnicornEditorConfiguration function core/modules/editor/tests/src/Functional/EditorAdminTest.php Verifies unicorn editor configuration.
EditorBase class core/modules/editor/src/Plugin/EditorBase.php Defines a base class from which other modules providing editors may extend.
EditorBase.php file core/modules/editor/src/Plugin/EditorBase.php
EditorBase::buildConfigurationForm function core/modules/editor/src/Plugin/EditorBase.php Form constructor.

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