Search for to
Title | Object type | File name | Summary |
---|---|---|---|
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/ |
Machine name of the text format for this configured text editor. |
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::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::getSettings | function | core/ |
Returns the text editor plugin-specific settings. |
Editor::getValidStreamWrappers | function | core/ |
Computes all valid choices for the "image_upload.scheme" setting. |
Editor::hasAssociatedFilterFormat | function | core/ |
Returns whether this text editor has an associated filter format. |
Editor::id | function | core/ |
Gets the identifier. |
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::__construct | function | core/ |
Constructs an Editor object. |
Editor::__construct | function | core/ |
Constructs an Entity object. |
EditorAccessControlHandler | class | core/ |
Defines the access control handler for the text editor entity type. |
EditorAccessControlHandler.php | file | core/ |
|
EditorAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
EditorAddLazyLoadImageFilterUpdateTest | class | core/ |
Tests adding editor_image_lazy_load filter to editor_file_reference. |
EditorAddLazyLoadImageFilterUpdateTest.php | file | core/ |
|
EditorAddLazyLoadImageFilterUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad | function | core/ |
Tests upgrading filter settings. |
EditorAdminTest | class | core/ |
@group editor |
EditorAdminTest | class | core/ |
Tests administration of text editors. |
EditorAdminTest.php | file | core/ |
|
EditorAdminTest.php | file | core/ |
|
EditorAdminTest::$adminUser | property | core/ |
A user with the 'administer filters' permission. |
EditorAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorAdminTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EditorAdminTest::$modules | property | core/ |
Modules to install. |
EditorAdminTest::$modules | property | core/ |
Modules to install. |
EditorAdminTest::$user | property | core/ |
The user to use during testing. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.