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