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 11.x for to
  5. Other projects
Title Object type File name Summary
EditorDialogSave::$values property core/modules/editor/src/Ajax/EditorDialogSave.php An array of values that will be passed back to the editor by the dialog.
EditorDialogSave::render function core/modules/editor/src/Ajax/EditorDialogSave.php Return an array to be run through json_encode and sent to the client.
EditorDialogSave::__construct function core/modules/editor/src/Ajax/EditorDialogSave.php Constructs an EditorDialogSave object.
EditorFileReference class core/modules/editor/src/Plugin/Filter/EditorFileReference.php Provides a filter to track images uploaded via a Text Editor.
EditorFileReference.php file core/modules/editor/src/Plugin/Filter/EditorFileReference.php
EditorFileReference::$entityRepository property core/modules/editor/src/Plugin/Filter/EditorFileReference.php The entity repository.
EditorFileReference::$imageFactory property core/modules/editor/src/Plugin/Filter/EditorFileReference.php The image factory.
EditorFileReference::create function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Creates an instance of the plugin.
EditorFileReference::process function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Performs the filter processing.
EditorFileReference::__construct function core/modules/editor/src/Plugin/Filter/EditorFileReference.php Constructs a \Drupal\editor\Plugin\Filter\EditorFileReference object.
EditorFileReferenceFilterTest class core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Tests Editor module's file reference filter.
EditorFileReferenceFilterTest.php file core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::$filters property core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Modules to install.
EditorFileReferenceFilterTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php
EditorFileReferenceFilterTest::testEditorFileReferenceFilter function core/modules/editor/tests/src/Kernel/EditorFileReferenceFilterTest.php Tests the editor file reference filter.
EditorFileUsageTest class core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests tracking of file usage by the Text Editor module.
EditorFileUsageTest.php file core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::$modules property core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Modules to install.
EditorFileUsageTest::setUp function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php
EditorFileUsageTest::testEditorEntityHooks function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests the configurable text editor manager.
EditorFileUsageTest::testFileSaveOperations function core/modules/editor/tests/src/Kernel/EditorFileUsageTest.php Tests file save operations when node with referenced files is saved.
EditorFilterIntegrationTest class core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Tests integration with filter module.
EditorFilterIntegrationTest.php file core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php
EditorFilterIntegrationTest::$modules property core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Modules to install.
EditorFilterIntegrationTest::testTextFormatIntegration function core/modules/editor/tests/src/Kernel/EditorFilterIntegrationTest.php Tests text format removal or disabling.
EditorialContentEntityBase class core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php Provides a base entity class with extended revision and publishing support.
EditorialContentEntityBase.php file core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php
EditorialContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/EditorialContentEntityBase.php Provides base field definitions for an entity type.
EditorImageDialog class core/modules/editor/src/Form/EditorImageDialog.php Provides an image dialog for text editors.
EditorImageDialog.php file core/modules/editor/src/Form/EditorImageDialog.php
EditorImageDialog::$fileStorage property core/modules/editor/src/Form/EditorImageDialog.php The file storage service.
EditorImageDialog::buildForm function core/modules/editor/src/Form/EditorImageDialog.php
EditorImageDialog::create function core/modules/editor/src/Form/EditorImageDialog.php Instantiates a new instance of this class.
EditorImageDialog::getFormId function core/modules/editor/src/Form/EditorImageDialog.php Returns a unique string identifying the form.
EditorImageDialog::submitForm function core/modules/editor/src/Form/EditorImageDialog.php Form submission handler.
EditorImageDialog::__construct function core/modules/editor/src/Form/EditorImageDialog.php Constructs a form object for image dialog.
EditorImageDialogTest class core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Tests EditorImageDialog validation and conversion functionality.
EditorImageDialogTest.php file core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php
EditorImageDialogTest::$editor property core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Text editor config entity for testing.
EditorImageDialogTest::$modules property core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Modules to enable.
EditorImageDialogTest::setUp function core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Sets up the test.
EditorImageDialogTest::testEditorImageDialog function core/modules/editor/tests/src/Kernel/EditorImageDialogTest.php Tests that editor image dialog works as expected.
EditorInterface interface core/modules/editor/src/EditorInterface.php Provides an interface defining a text editor entity.
EditorInterface.php file core/modules/editor/src/EditorInterface.php
EditorInterface::getEditor function core/modules/editor/src/EditorInterface.php Returns the associated text editor plugin ID.
EditorInterface::getFilterFormat function core/modules/editor/src/EditorInterface.php Returns the filter format this text editor is associated with.
EditorInterface::getImageUploadSettings function core/modules/editor/src/EditorInterface.php Returns the image upload settings.
EditorInterface::getSettings function core/modules/editor/src/EditorInterface.php Returns the text editor plugin-specific settings.
EditorInterface::hasAssociatedFilterFormat function core/modules/editor/src/EditorInterface.php Returns whether this text editor has an associated filter format.

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